summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index c81cd8f4e..5fc44d15c 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -45,7 +45,7 @@ install: all
# removed genhdlist from clean line so it will be distributed on CDROM image
#
clean:
- rm -f modlist moddeps snarffont *.o
+ rm -f modlist moddeps snarffont genhdlist mapshdr readmap *.o
depend:
$(CPP) -M $(CFLAGS) *.c > .depend