diff options
author | Nick White <git@njw.name> | 2021-08-02 17:28:03 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-08-02 17:28:03 +0100 |
commit | 1f2a05e466c195dde83effd82c96d4329259d249 (patch) | |
tree | 1121c82dee57876418f00d85d7e94cc8bfb9ce4c /makefile | |
parent | 4b7a4bd1b87d1dbba283e577aa03ce7e390d85d8 (diff) |
rescribe: Add experimental m1 build
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |