From 8bb30d97767e56bc5304c82013bce4daa99f3e12 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 5 Feb 2009 23:19:07 +0000 Subject: Reformatted code --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'makefile') 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.... -- cgit v1.2.3