diff options
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 |