Files
D3Ext-Hooka/Makefile
2023-09-17 19:38:30 +02:00

10 lines
153 B
Makefile

CC = go
all:
mkdir build/
export CGO_ENABLED=0
GOARCH=amd64 GOOS=windows $(CC) build -o build/hooka-amd64-windows.exe main.go
clean:
rm -rf build/