diff options
| author | Roy Marples <roy@marples.name> | 2010-06-09 21:16:04 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2010-06-09 21:16:04 +0000 |
| commit | 3e396c7b5f72f212e204db0a2a60c7f57347cc19 (patch) | |
| tree | 64fe08fc1916f391b532ab05b89003ab451e01c8 /Makefile | |
| parent | 378f8fa4ab23003beced0700c6e59855ec37d542 (diff) | |
| download | dhcpcd-3e396c7b5f72f212e204db0a2a60c7f57347cc19.tar.xz | |
Add distclean target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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} |
