JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make clean now deletes the rock pngs as it should.
[vor.git] / Makefile
index f191d81..023fbea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ data/sprites/rock%.png: rocks.pov Makefile
        rm $@.pnm $@-c.pnm
 
 clean:
-       rm -f *.o vor pnmoutline data/sprites/ship.png
+       rm -f *.o vor pnmoutline $(graphics)
 
 install:       all
        if [ ! -d $(DATA_PREFIX) ]; then mkdir $(DATA_PREFIX); fi