aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 40018788..18b9c75d 100644
--- a/Makefile
+++ b/Makefile
@@ -218,9 +218,10 @@ check: all
clean: clean-check
- rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h
+ @rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h
clean-check:
- find validation/ \( -name "*.c.output.expected" \
+ @echo ' CLEAN'
+ @find validation/ \( -name "*.c.output.expected" \
-o -name "*.c.output.got" \
-o -name "*.c.output.diff" \
-o -name "*.c.error.expected" \