Skip to content

Commit b99d0b5

Browse files
author
Philipp Speck
committed
make 'compile' renamed to 'cross'
1 parent 7cc8951 commit b99d0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ run: tidy
88
go install github.com/air-verse/air@latest
99
air
1010

11-
compile: tidy
11+
cross: tidy
1212
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o dist/patchouli-linux-amd64 .
1313
GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -o dist/patchouli-macos-amd64 .
1414
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o dist/patchouli-windows-amd64.exe .

0 commit comments

Comments
 (0)