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:
5c37dae
)
Enable all compiler warnings.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 27 Sep 2013 01:15:53 +0000
(21:15 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 27 Sep 2013 01:15:53 +0000
(21:15 -0400)
polymorphic-life/001/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/polymorphic-life/001/Makefile
b/polymorphic-life/001/Makefile
index
40aae7d
..
76658f0
100644
(file)
--- a/
polymorphic-life/001/Makefile
+++ b/
polymorphic-life/001/Makefile
@@
-9,6
+9,7
@@
build:
-use-ocamlfind \
-package core \
-tag thread \
+ -cflags "-w +A" \
src/$(executable_name_ext)
@mkdir -p bin/
@cp _build/src/$(executable_name_ext) bin/$(executable_name)
This page took
0.025367 seconds
and
4
git commands to generate.