X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=forest-fire%2F001%2FMakefile;h=b97d95d95500da5d80d54657db548f22fc11210a;hb=7c363dd8bc75151674c4f85f3cef61ded8b4655a;hp=7da721ba463fec100e2fa9fcf2ec4a938491300a;hpb=debaffddb210096a01c9965e0ca1611402ce1f05;p=cellular-automata.git diff --git a/forest-fire/001/Makefile b/forest-fire/001/Makefile index 7da721b..b97d95d 100644 --- 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