]> git.r.bdr.sh - rbdr/mobius/blobdiff - Makefile
Add logging of tracker registration
[rbdr/mobius] / Makefile
index fb14198b4935e72abdd89c08f6ee5cae43adf9ca..2832baacbc8ddd67b6cb2668a893b94766aec910 100644 (file)
--- 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