aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-03-14 12:13:46 +0100
committerLoïc Hoguin <[email protected]>2015-03-14 12:13:46 +0100
commitb23a88ada3ad9d38bdc90c1f080fd1ffe396703b (patch)
treea168a53de0b4a15a710c6c4be0bc043c34179070 /README.md
parent49e767b0ce9fc8c6cc1fbab6f40e042f0a21a550 (diff)
downloaderlang.mk-b23a88ada3ad9d38bdc90c1f080fd1ffe396703b.tar.gz
erlang.mk-b23a88ada3ad9d38bdc90c1f080fd1ffe396703b.tar.bz2
erlang.mk-b23a88ada3ad9d38bdc90c1f080fd1ffe396703b.zip
Add one more great reason to use erlang.mk
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c954ac..1d7fbeb 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ an Erlang-based build tool, including but not limited to the following:
* You want a very fast compilation and test cycle
* You want the full power of Unix at your disposal when hooking into your build tool
+ * You want to be able to easily edit the damn build tool and fix it when it fails
* You want to use the deps mechanism with non-Erlang Makefile-based projects
* Your project will be part of a larger make or automake based environment