summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-08-02 17:28:03 +0100
committerNick White <git@njw.name>2021-08-02 17:28:03 +0100
commit1f2a05e466c195dde83effd82c96d4329259d249 (patch)
tree1121c82dee57876418f00d85d7e94cc8bfb9ce4c /makefile
parent4b7a4bd1b87d1dbba283e577aa03ce7e390d85d8 (diff)
rescribe: Add experimental m1 build
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 6ba1af5..d831938 100644
--- a/makefile
+++ b/makefile
@@ -8,5 +8,8 @@ default:
rescribe-osx:
GOOS=darwin GOARCH=amd64 go build -o $@ ./cmd/rescribe
+rescribe-osx-m1:
+ GOOS=darwin GOARCH=arm64 go build -o $@ ./cmd/rescribe
+
rescribe.exe:
GOOS=windows GOARCH=386 go build -o $@ ./cmd/rescribe