]> skyeroc.xyz Git - dgamelaunch/commitdiff
tweak some rm's
authorJoshua Kwan <joshk@triplehelix.org>
Thu, 1 Jan 2004 02:06:07 +0000 (02:06 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Thu, 1 Jan 2004 02:06:07 +0000 (02:06 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@26 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile

index 0e6766145b186f38a72006b9d26d08b231eec6b9..4fe8f166bdc6c0858ec606b0acd8c0f01deeb550 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,12 +21,12 @@ $(NAME): $(OBJS)
 
 clean:
        rm -f dgamelaunch
-       rm -f *.o .#*
+       rm -f *.o .#* *~
 install:
        cp dgamelaunch /usr/sbin
 indent:
        indent -nut -ts2 *.c *.h
-       rm *~
+       rm -f *~
 
 dist: clean indent
        rm -rf $(NAME)-$(VERSION)