]> git.r.bdr.sh - rbdr/mobius/blob - Makefile
Limit guest permissions
[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