From 9ee86434c4b5d4ed2aaac12f659d77c504f244aa Mon Sep 17 00:00:00 2001 From: DN2 Date: Fri, 20 Apr 2018 13:21:30 -0700 Subject: [PATCH] Basic Makefile to start with. --- integrations/influxunifi/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integrations/influxunifi/Makefile diff --git a/integrations/influxunifi/Makefile b/integrations/influxunifi/Makefile new file mode 100644 index 00000000..8d9bd8eb --- /dev/null +++ b/integrations/influxunifi/Makefile @@ -0,0 +1,2 @@ +all: + go build ./...