From: Joshua Kwan Date: Mon, 26 Jan 2004 16:08:02 +0000 (+0000) Subject: clean editors/*.o as well X-Git-Tag: v1.6.1-roc-dev~526 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=8516cbb7a699d2633143c8d88c0b5f0bd436dc09;p=dgamelaunch clean editors/*.o as well git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@172 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Makefile b/Makefile index 4910e97..0a46f51 100644 --- a/Makefile +++ b/Makefile @@ -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)