diff options
-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 |
index : dyndhcpd | ||
start DHCP daemon that dynamically creates configuration based on assigned IP address | git daemon user |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 3 |
@@ -38,3 +38,6 @@ install-doc: README.html clean: $(RM) -f *.o *~ dyndhcpd README.html + +distclean: + $(RM) -f *.o *~ dyndhcpd README.html config.h |