diff options
| -rw-r--r-- | openbox/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 .\#* |
