diff options
author | Lars Hoogestraat <lars@hoogi.eu> | 2020-05-08 00:55:57 +0200 |
---|---|---|
committer | Lars Hoogestraat <lars@hoogi.eu> | 2020-05-08 00:55:57 +0200 |
commit | 57db562e9fcda37de28b1af94afb6ce6a63b31f0 (patch) | |
tree | 5888ed4f9e4d5b91ddfbff52e8e78dfefcb1093b /Makefile | |
parent | d56e59847c3aed073c3cb26225e00ad21e654e5d (diff) |
added switch led on when motion is detected
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 |