Moved Life implementations into 'life' directory.
[cellular-automata.git] / life / 001 / Makefile
diff --git a/life/001/Makefile b/life/001/Makefile
new file mode 100644 (file)
index 0000000..a6055c7
--- /dev/null
@@ -0,0 +1,9 @@
+REBAR=./rebar
+
+
+compile:
+       @$(REBAR) compile
+
+
+clean:
+       @$(REBAR) clean
This page took 0.028528 seconds and 4 git commands to generate.