clean editors/*.o as well

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@172 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-26 16:08:02 +00:00
parent 6d9107f99d
commit 8516cbb7a6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ $(NAME): $(OBJS)
clean:
rm -f $(NAME) nethackstub
rm -f *.o .#* *~ y.tab.* lex.yy.c
rm -f editors/*.o *.o .#* *~ y.tab.* lex.yy.c
install:
$(INSTALL) -m 755 $(NAME) $(SBINDIR)