]> skyeroc.xyz Git - dgamelaunch/commitdiff
remove nethackstub in make clean
authorJoshua Kwan <joshk@triplehelix.org>
Wed, 21 Jan 2004 02:09:09 +0000 (02:09 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Wed, 21 Jan 2004 02:09:09 +0000 (02:09 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@139 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile

index 4f639e144a67bfab4661fe93e57cf69c8015be32..621deb9de2a28031a73872d507638a8546c92075 100644 (file)
--- 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: