tweak some rm's

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@26 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-01 02:06:07 +00:00
parent 3e9ec53de4
commit a426f247c3
1 changed files with 2 additions and 2 deletions

View File

@ -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)