JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Makefile: moved font_guts to data-clean.
[vor.git] / Makefile
index e94a765..c6aa45b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,10 +98,10 @@ clean: program-clean
 maintainer-clean: program-clean data-clean
 
 program-clean:
-       rm -f *.o vor font_guts font_guts.pov
+       rm -f *.o vor
 
 data-clean:
-       rm -f $(graphics) font_guts.pov
+       rm -f $(graphics) font_guts font_guts.pov
 
 mkinstalldirs:
        if [ ! -d $(DATA_PREFIX) ]; then mkdir $(DATA_PREFIX); fi