rm the generated files on clean
This commit is contained in:
parent
8fe4e3e8d7
commit
7820ca56ab
1 changed files with 3 additions and 0 deletions
|
@ -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 .\#*
|
||||
|
|
Loading…
Reference in a new issue