From 0661a57b27a8acdcef1e9221fcc9d5fe9fd05977 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Thu, 10 Sep 2020 13:07:13 +0200 Subject: [PATCH] Updated uninstall to clean out vendor libs --- App/tools/driver.makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 84446071..eb92200c 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -201,6 +201,7 @@ clean:: uninstall: $(RMDIR) ${MODULE_LOCATION} + $(RMDIR) $(E3_MODULES_VENDOR_LIBS_LOCATION) #uninstall.%: # $(RMDIR) $(wildcard ${MODULE_LOCATION}/R*${@:uninstall.%=%}*) -- GitLab