[erlang-questions] [ANN] erlang.mk 1.0

Fredrik Andersson sedrik@REDACTED
Fri Aug 1 22:28:04 CEST 2014


Lovely to see an update to my favourite Erlang build tool.

Great work :-)
On Aug 1, 2014 3:07 PM, "Loïc Hoguin" <essen@REDACTED> wrote:

> Hello!
>
> erlang.mk 1.0 has been released.
>
> erlang.mk is a GNU Make based build system with bootstrap and package
> index features that make life so much better.
>
>   https://github.com/ninenines/erlang.mk
>
> Going from 0 to release is a 5 steps process with erlang.mk.
>
>  *  # Create a directory for your application
>  *  # Download erlang.mk into that directory
>  *  make -f erlang.mk bootstrap bootstrap-rel
>  *  make
>  *  ./_rel/your_release/bin/your_release console
>
> And if you want to use a third party project, like Cowboy, you simply need
> to add this one line to your Makefile and then run make again:
>
>  *  DEPS = cowboy
>
> That's really it!
>
> A note for previous users: a few small things changed since the previous
> version. You can take a look at the Cowboy or Ranch repositories for
> details. It's mostly a number of things you don't have to do anymore so
> it's a quick upgrade, just delete a few lines! This new version is
> compatible with projects using an older erlang.mk so you can update at
> your own pace.
>
> Don't forget to add your Make-powered projects to the package index file
> and send a PR to make everyone's life better!
>
> Enjoy!
>
> --
> Loïc Hoguin
> http://ninenines.eu
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140801/c848d99b/attachment.htm>


More information about the erlang-questions mailing list