From a2b5728db3ec316620371a98e7ff7217a18a6da1 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 15 Nov 2013 09:37:11 +0100 Subject: add 'make distclean' to remove config.h --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7bd7428..f4ad86a 100644 --- a/Makefile +++ b/Makefile @@ -140,3 +140,6 @@ check: clean: $(RM) -f *.o *~ *.png README.html cqrlogo + +distclean: + $(RM) -f *.o *~ *.png README.html cqrlogo config.h -- cgit v1.2.3-54-g00ecf