summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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