aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-04 18:42:41 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-10 10:13:37 +0100
commitdee06ccbfd8d183d3acccfb87ed10563eb48ebf7 (patch)
tree9eed2b4d8d3c471b236e3568c0d0c30bd01ad462 /Makefile
parent414c4b9becbeb79625b419a8a8a2f322f590ffd5 (diff)
downloadsparse-dev-dee06ccbfd8d183d3acccfb87ed10563eb48ebf7.tar.gz
build: make clean targets quieter
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
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" \