From: Roy Marples Date: Wed, 9 Jun 2010 21:16:04 +0000 (+0000) Subject: Add distclean target X-Git-Tag: v5.2.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e396c7b5f72f212e204db0a2a60c7f57347cc19;p=thirdparty%2Fdhcpcd.git Add distclean target --- 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}