From: Dana Jansens Date: Wed, 2 Apr 2003 17:15:03 +0000 (+0000) Subject: rm the generated files on clean X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7820ca56abb6016d0a849108e3954ad52e4411d8;p=chaz%2Fopenbox rm the generated files on clean --- diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 66c3cf90..6aa2d111 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -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 .\#*