]> git.r.bdr.sh - rbdr/mobius/blame - Makefile
Initial squashed commit
[rbdr/mobius] / Makefile
CommitLineData
6988a057
JH
1build-client:
2 go build -o mobius-hotline-client client/main.go
3
4build-server:
5 go build -o mobius-hotline-server server/main.go