Allow to run the test file 2 or 3 times, to see whether the state is
[gedcom-parse.git] / Makefile
index ac01d3922d0932afd3f0313f88ed93d8859dcd86..db56b46f1881f83f01b80b212b1b60c0943b38a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ gedcom.tab.c gedcom.tab.h:    gedcom.y gedcom.h
        $(YACC) $(YFLAGS) --name-prefix=gedcom_ gedcom.y
 
 clean:
-       rm -f core gedcom_parse test_* *.o lex.gedcom_* \
+       rm -f core gedcom_parse lexer_* *.o lex.gedcom_* \
         gedcom.tab.* gedcom.output
        cd ansel && $(MAKE) clean