summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/makefile b/makefile
index 9cc2e62..08bb357 100644
--- a/makefile
+++ b/makefile
@@ -1,8 +1,7 @@
#
-#
# dbox - Sokoban solver
#
-# Copyright (C) 2001 Ian Cowburn (ianc@noddybox.demon.co.uk)
+# Copyright (C) 2001-2009 Ian Cowburn (ianc@noddybox.demon.co.uk)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,7 +44,7 @@ $(TARGET): $(OBJECTS)
-include depend.mak
clean:
- -rm $(TARGET) $(TARGET).exe core *.stackdump *.o depend.mak
+ -rm -f $(TARGET) $(TARGET).exe core *.stackdump *.o depend.mak
depend: $(DEPEND)
@echo Dependencies updated....