]> Dogcows Code - chaz/openbox/commitdiff
rm the generated files on clean
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 17:15:03 +0000 (17:15 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 17:15:03 +0000 (17:15 +0000)
openbox/Makefile.am

index 66c3cf90d4b00a6c07869ac6e264253c93a56410..6aa2d1111f3e259e6767f6fdf9d04c8a23f83f45 100644 (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 .\#*
This page took 0.022087 seconds and 4 git commands to generate.