From 987a7712a7751c49347fb570dcae678a7bdd39b0 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Fri, 21 Jun 2019 02:50:44 -0700 Subject: [PATCH] Do not clean vendor folder. --- integrations/influxunifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/influxunifi/Makefile b/integrations/influxunifi/Makefile index ba1857dc..5828f2e8 100644 --- a/integrations/influxunifi/Makefile +++ b/integrations/influxunifi/Makefile @@ -36,7 +36,7 @@ clean: rm -f $(BINARY){.macos,.linux,.1,}{,.gz} $(BINARY).rb rm -f $(BINARY){_,-}*.{deb,rpm} md2roff v*.tar.gz.sha256 rm -f cmd/$(BINARY)/README{,.html} README{,.html} ./$(BINARY)_manual.html - rm -rf package_build_* release vendor + rm -rf package_build_* release # md2roff is needed to build the man file and html pages from the READMEs. md2roff: