]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - Makefile
testsuite: remove all temp files and implement make clean
[mirror_iproute2.git] / Makefile
index 651d2a5061bad5b1f48e0a9985119b7218bfc5cd..ea2f797c933f4afb8b5dfa623769b08e658df531 100644 (file)
--- 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: