We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc8951 commit b99d0b5Copy full SHA for b99d0b5
Makefile
@@ -8,7 +8,7 @@ run: tidy
8
go install github.com/air-verse/air@latest
9
air
10
11
-compile: tidy
+cross: tidy
12
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o dist/patchouli-linux-amd64 .
13
GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -o dist/patchouli-macos-amd64 .
14
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o dist/patchouli-windows-amd64.exe .
0 commit comments