diff options
author | Lars Hoogestraat <lars@hoogi.eu> | 2020-06-20 17:52:42 +0200 |
---|---|---|
committer | Lars Hoogestraat <lars@hoogi.eu> | 2020-06-20 17:52:42 +0200 |
commit | 633722220ba451d265b69b329ad477b7d0c7e45b (patch) | |
tree | cf3be648bff2b9a7b9fc6750ce7707459757a0ed /Makefile | |
parent | 2a8ee52c02a05459363f1f3812b8b454f2463a56 (diff) | |
parent | cdd80eb611e3838b6e6eb9e624ecdba4dfb9d873 (diff) |
Merge branch 'master' of https://git.hoogi.eu/snafu/nistkasten
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 |