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