diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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.... |