JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed pnmoutline (no longer necessary).
[vor.git] / Makefile
index 504279a..98fff2e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ vor: $(objects)
 include gfx.mk
 
 clean:
-       rm -f *.o vor pnmoutline $(graphics)
+       rm -f *.o vor $(graphics)
 
 install:       all
        if [ ! -d $(DATA_PREFIX) ]; then mkdir $(DATA_PREFIX); fi