From bde651bbde9df3a8c33b705dbe33bbcaf4e3e73d Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 18 Aug 2021 22:37:40 +0100 Subject: rescribe: Update documentation on how to deal with M1 signing, and move makefile to where it makes sense --- makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile deleted file mode 100644 index d831938..0000000 --- a/makefile +++ /dev/null @@ -1,15 +0,0 @@ -# See LICENSE file for copyright and license details. - -default: - @echo "To build and install use the basic go tools like so: go install ./..." - @echo "This makefile is just for cross compiling (for which the" - @echo "targets rescribe-osx and rescribe-w32 exist)" - -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 -- cgit v1.2.1-24-ge1ad