1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-09 18:52:50 +00:00
Files
ServerStatus/makefile
2017-01-15 23:59:26 +01:00

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