Added Makefile to gol-001
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Jul 2012 02:43:42 +0000 (22:43 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Jul 2012 02:43:42 +0000 (22:43 -0400)
001/Makefile [new file with mode: 0644]

diff --git a/001/Makefile b/001/Makefile
new file mode 100644 (file)
index 0000000..5f3dba9
--- /dev/null
@@ -0,0 +1,9 @@
+REBAR=rebar
+
+
+compile:
+       @$(REBAR) compile
+
+
+clean:
+       @$(REBAR) clean
This page took 0.025814 seconds and 4 git commands to generate.