remove nethackstub in make clean

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@139 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-21 02:09:09 +00:00
parent 4272403cfd
commit 6cddacb631
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $(NAME): $(OBJS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
clean:
rm -f $(NAME)
rm -f $(NAME) nethackstub
rm -f *.o .#* *~ y.tab.* lex.yy.c
install: