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