]> git.r.bdr.sh - rbdr/mobius/blob - Makefile
Delete docs/Screenshot 2024-05-03 at 4.40.09 PM.png
[rbdr/mobius] / Makefile
1 server:
2 go build -o mobius-hotline-server cmd/mobius-hotline-server/main.go
3
4 client:
5 go build -o mobius-hotline-client cmd/mobius-hotline-client/main.go