From 7820ca56abb6016d0a849108e3954ad52e4411d8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 17:15:03 +0000 Subject: [PATCH] rm the generated files on clean --- openbox/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 .\#* -- 2.39.2