summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2013-August/000207.html
diff options
context:
space:
mode:
Diffstat (limited to '_build/static/archives/extend/2013-August/000207.html')
-rw-r--r--_build/static/archives/extend/2013-August/000207.html112
1 files changed, 112 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2013-August/000207.html b/_build/static/archives/extend/2013-August/000207.html
new file mode 100644
index 00000000..8d079aa6
--- /dev/null
+++ b/_build/static/archives/extend/2013-August/000207.html
@@ -0,0 +1,112 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] [ANN] erlang.mk build tool
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5BANN%5D%20erlang.mk%20build%20tool&In-Reply-To=%3C520CE37E.4090909%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000206.html">
+ <LINK REL="Next" HREF="000208.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] [ANN] erlang.mk build tool</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5BANN%5D%20erlang.mk%20build%20tool&In-Reply-To=%3C520CE37E.4090909%40ninenines.eu%3E"
+ TITLE="[99s-extend] [ANN] erlang.mk build tool">essen at ninenines.eu
+ </A><BR>
+ <I>Thu Aug 15 16:19:42 CEST 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000206.html">[99s-extend] [ANN] Farwest 0.3.0
+</A></li>
+ <LI>Next message: <A HREF="000208.html">[99s-extend] [erlang-questions] [ANN] erlang.mk build tool
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#207">[ date ]</a>
+ <a href="thread.html#207">[ thread ]</a>
+ <a href="subject.html#207">[ subject ]</a>
+ <a href="author.html#207">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello friendly people,
+
+I would like to make an official announcement of erlang.mk now that all
+the features I wanted are in.
+
+erlang.mk is a rebar replacement. It was initially created for allowing
+a faster development process than rebar and for better compatibility
+with Linux build tools. It should work on Linux and OSX with GNU Make
+installed.
+
+Projects using erlang.mk are still compatible with rebar. Dependencies
+fetched by rebar are stored in the same deps/ directory, and projects
+using erlang.mk can still be used as rebar dependencies, with or without
+a rebar.config file.
+
+erlang.mk also features a simple package index. Try `make pkg-list` to
+list all packages currently available. All the packages listed are
+compatible with erlang.mk with no tweaking required.
+
+Makefiles written with erlang.mk are *VERY* simple, here are two examples:
+
+ * <A HREF="https://github.com/extend/farwest/blob/master/Makefile">https://github.com/extend/farwest/blob/master/Makefile</A>
+ * <A HREF="https://github.com/extend/cowboy/blob/master/Makefile">https://github.com/extend/cowboy/blob/master/Makefile</A>
+
+I wrote about erlang.mk and relx recently on the Nine Nines blog.
+erlang.mk is the perfect companion to relx.
+
+ * <A HREF="http://ninenines.eu/articles/erlang.mk-and-relx">http://ninenines.eu/articles/erlang.mk-and-relx</A>
+
+Here are examples of projects that are using and compatible with erlang.mk:
+
+ * <A HREF="https://github.com/jlouis/etorrent">https://github.com/jlouis/etorrent</A>
+ * <A HREF="https://github.com/extend/cowboy">https://github.com/extend/cowboy</A>
+ * <A HREF="https://github.com/extend/farwest">https://github.com/extend/farwest</A>
+
+You can find erlang.mk at the following URL:
+
+ * <A HREF="https://github.com/extend/erlang.mk">https://github.com/extend/erlang.mk</A>
+
+Contributions to the package index are of course welcome! The only
+requirement is that the package is to be compatible with erlang.mk
+itself. Just send a PR to the erlang.mk project updating the
+packages.v1.txt!
+
+Enjoy!
+
+--
+Lo&#239;c Hoguin
+Erlang Cowboy
+Nine Nines
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000206.html">[99s-extend] [ANN] Farwest 0.3.0
+</A></li>
+ <LI>Next message: <A HREF="000208.html">[99s-extend] [erlang-questions] [ANN] erlang.mk build tool
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#207">[ date ]</a>
+ <a href="thread.html#207">[ thread ]</a>
+ <a href="subject.html#207">[ subject ]</a>
+ <a href="author.html#207">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>