From f45a34df0be309c62788f6b46024357505863743 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 14 Nov 2013 22:49:51 +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 87e03b9..37d1f88 100644 --- a/Makefile +++ b/Makefile @@ -38,3 +38,6 @@ install-doc: README.html clean: $(RM) -f *.o *~ dyndhcpd README.html + +distclean: + $(RM) -f *.o *~ dyndhcpd README.html config.h -- cgit v1.2.3-54-g00ecf