home
/
code
/
cellular-automata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
885ce6b
)
Added Makefile to gol-001
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 24 Jul 2012 02:43:42 +0000
(22:43 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 24 Jul 2012 02:43:42 +0000
(22:43 -0400)
001/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/001/Makefile
b/001/Makefile
new file mode 100644
(file)
index 0000000..
5f3dba9
--- /dev/null
+++ b/
001/Makefile
@@ -0,0
+1,9
@@
+REBAR=rebar
+
+
+compile:
+ @$(REBAR) compile
+
+
+clean:
+ @$(REBAR) clean
This page took
0.032384 seconds
and
4
git commands to generate.