tap: allow deletion of tun interface
[vpp.git] / Makefile
index 67fdcd4..4a547b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ ifeq ($(OS_VERSION_ID),16.04)
 else ifeq ($(OS_VERSION_ID),18.04)
        DEB_DEPENDS += python-dev
        DEB_DEPENDS += libssl-dev
-       DEB_DEPENDS += gcc-8
+       DEB_DEPENDS += gcc-8 clang-9
 else ifeq ($(OS_VERSION_ID),20.04)
        LIBFFI=libffi7
 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8)
@@ -465,7 +465,7 @@ papi-wipe: test-wipe-papi
 
 .PHONY: test-wipe-papi
 test-wipe-papi:
-       @make -C test papi-wipe
+       @make -C test wipe-papi
 
 .PHONY: test-help
 test-help: