mirror of
https://github.com/mgerb/ServerStatus
synced 2026-01-09 18:52:50 +00:00
5 lines
191 B
Makefile
5 lines
191 B
Makefile
all:
|
|
@rm -rf ./dist
|
|
@GOOS=windows GOARCH=386 go build -o ./dist/ServerStatus-windows.exe main.go
|
|
@go build -o ./dist/ServerStatus-linux main.go
|
|
@cp config.template.json ./dist/config.json
|