]> git.r.bdr.sh - rbdr/mobius/blame_incremental - Makefile
Clean up logging
[rbdr/mobius] / Makefile
... / ...
CommitLineData
1server:
2 go build -o mobius-hotline-server cmd/mobius-hotline-server/main.go
3
4client:
5 go build -o mobius-hotline-client cmd/mobius-hotline-client/main.go