summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-11-14 22:49:51 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-11-14 22:49:51 +0100
commitf45a34df0be309c62788f6b46024357505863743 (patch)
tree309a2ee342be0a0cb29f8a10014c497130772003
parentf218a4aab2299ef947a7de5472a63516d210195b (diff)
downloaddyndhcpd-f45a34df0be309c62788f6b46024357505863743.tar.gz
dyndhcpd-f45a34df0be309c62788f6b46024357505863743.tar.zst
add 'make distclean' to remove config.h
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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