X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/e6fdbceeaf8936cc18980b75435985de2a078ac9..adcd4879d93e6d298ff2644178bc47c1eb8d1da4:/Makefile diff --git a/Makefile b/Makefile index 9d31202..2832baa 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,5 @@ -build-client: - go build -o mobius-hotline-client client/main.go +server: + go build -o mobius-hotline-server cmd/mobius-hotline-server/main.go -build-server: - go build -o mobius-hotline-server server/main.go - -windows_amd64_target=dist/mobius_server_windows_amd64 -build-win-amd64-server: - mkdir $(windows_amd64_target) ; true - cp -r cmd/mobius-hotline-server/mobius/config $(windows_amd64_target) - GOOS=windows GOARCH=amd64 go build -o $(windows_amd64_target)/mobius-hotline-server.exe cmd/mobius-hotline-server/main.go - zip -r dist/mobius_server_windows_amd64.zip $(windows_amd64_target) \ No newline at end of file +client: + go build -o mobius-hotline-client cmd/mobius-hotline-client/main.go \ No newline at end of file