summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2010-06-09 21:16:04 +0000
committerRoy Marples <roy@marples.name>2010-06-09 21:16:04 +0000
commit3e396c7b5f72f212e204db0a2a60c7f57347cc19 (patch)
tree64fe08fc1916f391b532ab05b89003ab451e01c8 /Makefile
parent378f8fa4ab23003beced0700c6e59855ec37d542 (diff)
downloaddhcpcd-3e396c7b5f72f212e204db0a2a60c7f57347cc19.tar.xz
Add distclean target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f9c88d7c..2fb80f36 100644
--- 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}