From 47d10ee91e99f21602ce674ad140fc99b8986633 Mon Sep 17 00:00:00 2001 From: Joshua Grams Date: Sat, 17 Feb 2007 00:13:00 +0000 Subject: [PATCH] Makefile: moved font_guts to data-clean. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e94a765..c6aa45b 100644 --- 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 -- 1.7.10.4