]> git.r.bdr.sh - rbdr/mobius/blobdiff - Makefile
Add option for account-specific file root
[rbdr/mobius] / Makefile
index 9d31202760069bf6468c34a2589a86b4c469d393..2832baacbc8ddd67b6cb2668a893b94766aec910 100644 (file)
--- 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