From 8516cbb7a699d2633143c8d88c0b5f0bd436dc09 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Mon, 26 Jan 2004 16:08:02 +0000 Subject: [PATCH] clean editors/*.o as well git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@172 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)