summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-04-09 12:47:08 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-04-09 12:47:08 +0000
commit824766ec7a875863c8014ebf22e02903db685b1e (patch)
tree6843e0e8ad42d868b9ed37430f566fda7ab3fe89 /tests
parent76d70ca80c9fb9b18f76d9289d45e7619a83bc1d (diff)
oops, we need to clean objects too
Diffstat (limited to 'tests')
-rw-r--r--tests/TEMPLATE/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am
index c7f46e1..594fe58 100644
--- a/tests/TEMPLATE/Makefile.am
+++ b/tests/TEMPLATE/Makefile.am
@@ -2,7 +2,7 @@ BISON = @BISON@
FLEX = $(top_builddir)/flex
EXTRA_DIST = scanner.l parser.y test.input
-CLEANFILES = scanner.c parser.c parser.h TEMPLATE OUTPUT
+CLEANFILES = scanner.c parser.c parser.h TEMPLATE OUTPUT $(OBJS)
OBJS = scanner.o # parser.o
INCLUDES = -I $(srcdir) -I $(top_srcdir)