From: Joshua Kwan Date: Wed, 21 Jan 2004 02:09:09 +0000 (+0000) Subject: remove nethackstub in make clean X-Git-Tag: v1.6.1-roc-dev~559 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=6cddacb631d4084844ceff556c92e2e144e56b54;p=dgamelaunch remove nethackstub in make clean git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@139 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Makefile b/Makefile index 4f639e1..621deb9 100644 --- a/Makefile +++ b/Makefile @@ -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: