From 709abe18e5c20b24654b177f6543cfe95ed1ac4d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 14 Nov 2013 22:33:10 +0100 Subject: add 'make distclean' to remove config.h --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9790f7..d307794 100644 --- a/Makefile +++ b/Makefile @@ -58,3 +58,6 @@ install-doc: README.html clean: $(RM) -f *.o *~ arch pacredir avahi/pacdbserve.service README.html + +distclean: + $(RM) -f *.o *~ arch pacredir avahi/pacdbserve.service README.html config.h -- cgit v1.2.3-54-g00ecf