Add Makefile.
[hope.git] / Makefile
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.027976 seconds and 4 git commands to generate.