diff options
author | wrog <wrog> | 2006-12-06 23:44:24 +0000 |
---|---|---|
committer | wrog <wrog> | 2006-12-06 23:44:24 +0000 |
commit | ea3f104d7424a5ae130eddbb58c5f370c5733f81 (patch) | |
tree | ee758206df9c530d025d8165f06de528f71fc4f3 /Makefile.in | |
parent | abcb1f4e668d8e3df9d7accd6a1f470649a4443e (diff) | |
download | moo-ea3f104d7424a5ae130eddbb58c5f370c5733f81.tar.gz moo-ea3f104d7424a5ae130eddbb58c5f370c5733f81.tar.xz moo-ea3f104d7424a5ae130eddbb58c5f370c5733f81.zip |
Add parser.c to clean target
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9bc4fae..24e0bda 100644 --- a/Makefile.in +++ b/Makefile.in @@ -139,7 +139,7 @@ tags: etags -t $(SRCS) clean: - rm -f $(OBJS) $(OPT_NET_OBJS) core y.tab.c y.tab.h y.output makedep eddep + rm -f $(OBJS) $(OPT_NET_OBJS) core parser.c y.tab.c y.tab.h y.output makedep eddep distclean: clean rm -f config.h Makefile config.status @@ -156,6 +156,9 @@ depend: ${ALL_CSRCS} ############################################################################### # $Log$ +# Revision 1.10 2006/12/06 23:44:24 wrog +# Add parser.c to clean target +# # Revision 1.9 2004/05/22 01:25:43 wrog # merging in WROGUE changes (W_SRCIP, W_STARTUP, W_OOB) # |