From dc2b48ef570c5bc3dd14e8e3fa78e1fa5e4c1ec8 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/promunifi/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integrations/promunifi/Makefile diff --git a/integrations/promunifi/Makefile b/integrations/promunifi/Makefile new file mode 100644 index 00000000..8d9bd8eb --- /dev/null +++ b/integrations/promunifi/Makefile @@ -0,0 +1,2 @@ +all: + go build ./...