summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-04-14 10:34:18 +0100
committerRoy Marples <roy@marples.name>2017-04-14 10:34:18 +0100
commitdd0311a9d743e79bbb1795c12d4efb6c78f9e0bf (patch)
tree77f79f133402c9b6b4c5114f6a78e21adf3eca95 /Makefile
parent6ce8573d645802d92aea28bdeda95383d1a4ab2d (diff)
downloaddhcpcd-dd0311a9d743e79bbb1795c12d4efb6c78f9e0bf.tar.xz
Clean coverity dhcpcd.xz tarball.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d90beae2..6368540d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ proginstall:
for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done
clean:
- rm -rf cov-int
+ rm -rf cov-int dhcpcd.xz
for x in ${SUBDIRS} tests; do cd $$x; ${MAKE} $@; cd ..; done
distclean: clean