diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-14 22:49:51 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-14 22:49:51 +0100 |
commit | f45a34df0be309c62788f6b46024357505863743 (patch) | |
tree | 309a2ee342be0a0cb29f8a10014c497130772003 /Makefile | |
parent | f218a4aab2299ef947a7de5472a63516d210195b (diff) | |
download | dyndhcpd-f45a34df0be309c62788f6b46024357505863743.tar.gz dyndhcpd-f45a34df0be309c62788f6b46024357505863743.tar.zst |
add 'make distclean' to remove config.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,3 +38,6 @@ install-doc: README.html clean: $(RM) -f *.o *~ dyndhcpd README.html + +distclean: + $(RM) -f *.o *~ dyndhcpd README.html config.h |