summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hoogestraat <lars@hoogi.eu>2020-05-08 00:55:57 +0200
committerLars Hoogestraat <lars@hoogi.eu>2020-05-08 00:55:57 +0200
commit57db562e9fcda37de28b1af94afb6ce6a63b31f0 (patch)
tree5888ed4f9e4d5b91ddfbff52e8e78dfefcb1093b /Makefile
parentd56e59847c3aed073c3cb26225e00ad21e654e5d (diff)
added switch led on when motion is detected
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ed8a147
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: build
+
+build:
+ GOARM=7 GOARCH=arm GOOS=linux go build