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:
1361b30
)
Fixed wrong quote type.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 3 Sep 2012 21:35:16 +0000
(17:35 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 3 Sep 2012 21:36:00 +0000
(17:36 -0400)
forest-fire/001/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/forest-fire/001/Makefile
b/forest-fire/001/Makefile
index
7da721b
..
b97d95d
100644
(file)
--- a/
forest-fire/001/Makefile
+++ b/
forest-fire/001/Makefile
@@
-14,5
+14,5
@@
clean:
@find src \
-iname '*.o' \
-or -iname '*.cmi' \
- -or -iname
'*.$(OBJ_EXT)'
\
+ -or -iname
"*.$(OBJ_EXT)"
\
| xargs rm
This page took
0.024505 seconds
and
4
git commands to generate.