From: Siraaj Khandkar Date: Mon, 3 Sep 2012 21:35:16 +0000 (-0400) Subject: Fixed wrong quote type. X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=18e7ccf43d5295b594c0b6fe38be58a2116c1ba7 Fixed wrong quote type. --- 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