Fixed wrong quote type.
[cellular-automata.git] / forest-fire / 001 / Makefile
index 7da721b..b97d95d 100644 (file)
@@ -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.029317 seconds and 4 git commands to generate.