1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-09 18:52:50 +00:00

config updates

This commit is contained in:
2017-01-15 23:39:02 +01:00
parent a2f39bdcc4
commit c39c2b67e1
6 changed files with 53 additions and 8 deletions

5
makefile Normal file
View File

@@ -0,0 +1,5 @@
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