X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/6988a0571d5d37ea0f38ee3e4066533158f608bc..b6e3be945680d017874967ae72ef86ee4235dcc2:/Makefile diff --git a/Makefile b/Makefile index fb14198..2832baa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +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 +client: + go build -o mobius-hotline-client cmd/mobius-hotline-client/main.go \ No newline at end of file