diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 09:17:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 09:17:24 +0000 |
| commit | d78f345b871580d5e92017c482ff9d9cb040f1cd (patch) | |
| tree | bd5f16bcefbd0242237c2fe5d5b69ff98bcfb98a /plugins | |
| parent | ac735b647c9915a40fc3c44a04f7f5f7cacb4278 (diff) | |
rm the lex .c on clean
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/mouse/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mouse/Makefile.am b/plugins/mouse/Makefile.am index e5242123..73250abc 100644 --- a/plugins/mouse/Makefile.am +++ b/plugins/mouse/Makefile.am @@ -20,5 +20,8 @@ noinst_HEADERS=mouse.h translate.h mouserc_parse.h MAINTAINERCLEANFILES= Makefile.in +clean-local: + $(RM) lex.mparse.c + distclean-local: $(RM) *\~ *.orig *.rej .\#* |
