Add Makefile.
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 10 Nov 2013 16:22:57 +0000 (11:22 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 10 Nov 2013 16:22:57 +0000 (11:22 -0500)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..1420ddf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+.PHONY: all compile clean
+
+all: clean compile
+
+compile:
+       @rebar compile
+
+clean:
+       @rebar clean
This page took 0.019791 seconds and 4 git commands to generate.