X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/6988a0571d5d37ea0f38ee3e4066533158f608bc..c28fb3985c82544084a84d0d91c69fd102174a36:/Makefile?ds=inline 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