# erlang.mk **Repository Path**: raincoldl/erlang.mk ## Basic Information - **Project Name**: erlang.mk - **Description**: 镜像 https://github.com/ninenines/erlang.mk.git - **Primary Language**: Erlang - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-29 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Erlang.mk A build tool for Erlang that just works. http://erlang.mk/ - http://erlang.mk/guide/[User guide] Embrace the power and simplicity of Makefiles. [source,make] PROJECT = webchat DEPS = cowboy dep_cowboy_commit = 2.8.0 include erlang.mk http://erlang.mk/guide/getting_started.html[Get started] Tested and supported on http://erlang.mk/guide/installation.html#_on_unix[Linux, FreeBSD, OSX] and http://erlang.mk/guide/installation.html#_on_windows[Windows].