]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add distclean target
authorRoy Marples <roy@marples.name>
Wed, 9 Jun 2010 21:16:04 +0000 (21:16 +0000)
committerRoy Marples <roy@marples.name>
Wed, 9 Jun 2010 21:16:04 +0000 (21:16 +0000)
Makefile

index f9c88d7c831154f25acaf02250f736ef85995004..2fb80f366d2f7c458720a4f12a567046a1d91459 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,9 @@ install: _proginstall _scriptsinstall _maninstall _confinstall
 clean:
        rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}
 
+distclean: clean
+       rm -f .depend config.h config.mk
+
 dist:
        git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}