From: Siraaj Khandkar Date: Tue, 24 Jul 2012 02:43:42 +0000 (-0400) Subject: Added Makefile to gol-001 X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=b1f4ac6e347f890e55a273c18dcb9bb19b174bd2 Added Makefile to gol-001 --- diff --git a/001/Makefile b/001/Makefile new file mode 100644 index 0000000..5f3dba9 --- /dev/null +++ b/001/Makefile @@ -0,0 +1,9 @@ +REBAR=rebar + + +compile: + @$(REBAR) compile + + +clean: + @$(REBAR) clean