From b81e1412292c42776840ef95645af8dca61ff6cc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Sep 2011 12:35:09 +0200 Subject: [PATCH] local clean removes *.log *.dif --- test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 3d10156..10b50e5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -19,6 +19,9 @@ MAINTAINERCLEANFILES = Makefile.in CONFIG_CLEAN_FILES=*.log *.dif +clean-local: + rm -f *.log *.dif + dist-hook: cp ${srcdir}/test_*.res $(distdir) mkdir $(distdir)/set2 -- 1.7.10.4