rm the generated files on clean

This commit is contained in:
Dana Jansens 2003-04-02 17:15:03 +00:00
parent 8fe4e3e8d7
commit 7820ca56ab

View file

@ -44,5 +44,8 @@ y.tab.c: parse.yacc
MAINTAINERCLEANFILES= Makefile.in
clean-local:
$(RM) y.tab.c y.tab.h lex.yy.c
distclean-local:
$(RM) *\~ *.orig *.rej .\#*