HeartstoneLinuxNerd/Makefile

7 lines
112 B
Makefile
Raw Permalink Normal View History

2024-02-10 23:10:29 -05:00
build:
GOOS=windows GOARCH=amd64 go build -o hln.exe
dev:
GOOS=windows GOARCH=amd64 go build -o hln-dev.exe