-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
+client:
+ go build -o mobius-hotline-client cmd/mobius-hotline-client/main.go
\ No newline at end of file