summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-03-21 16:18:40 +0000
committerRoy Marples <roy@marples.name>2017-03-21 16:18:40 +0000
commitced512369cf1e2dac8a28c2d43541ae3185f18c2 (patch)
tree82f634e54f72be966ed8839fe03e780d37c3d6f8 /Makefile
parentf3131ea0cfe442af1c0b72683cfe8cfd838ba61d (diff)
downloaddhcpcd-ced512369cf1e2dac8a28c2d43541ae3185f18c2.tar.xz
Remove the cov-int dir when cleaning.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4e834bf9..46afd8e0 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ install:
for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done
clean:
+ rm -rf cov-int
for x in ${SUBDIRS} test; do cd $$x; ${MAKE} $@; cd ..; done
distclean: clean