summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2018-08-22 19:09:01 +0100
committerStephen Hemminger <stephen@networkplumber.org>2018-08-24 23:14:09 -0700
commitad23e152b85a92b30a944cb70f4fbc8d4933ac29 (patch)
tree34348ff93b5ea4bb6532ef68ab2d33c6c2071327 /Makefile
parent10193649642ad549796c870fa2a252c3a4fee69f (diff)
downloadiproute2-ad23e152b85a92b30a944cb70f4fbc8d4933ac29.tar.gz
testsuite: remove all temp files and implement make clean
Some generated test files were not removed, including one executable in the testsuite/tools directory. Ensure make clean from the top level directory works for the testsuite subdirs too, and that all the files are removed. Signed-off-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 651d2a50..ea2f797c 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ snapshot:
> include/SNAPSHOT.h
clean:
- @for i in $(SUBDIRS); \
+ @for i in $(SUBDIRS) testsuite; \
do $(MAKE) $(MFLAGS) -C $$i clean; done
clobber: