diff options
| author | Ian C <ianc@noddybox.co.uk> | 2009-02-05 23:19:07 +0000 | 
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2009-02-05 23:19:07 +0000 | 
| commit | 8bb30d97767e56bc5304c82013bce4daa99f3e12 (patch) | |
| tree | 0ce708223ed5bd6ffdc031ac864492becb16ea0d /makefile | |
| parent | cc307a968ef1036d6cd96ce38c64cc195950ea46 (diff) | |
Reformatted code
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.... | 
