From d78f345b871580d5e92017c482ff9d9cb040f1cd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 09:17:24 +0000 Subject: [PATCH] rm the lex .c on clean --- plugins/mouse/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 .\#* -- 2.39.2