]> git.r.bdr.sh - rbdr/mobius/blob - Makefile
fb14198b4935e72abdd89c08f6ee5cae43adf9ca
[rbdr/mobius] / Makefile
1 build-client:
2 go build -o mobius-hotline-client client/main.go
3
4 build-server:
5 go build -o mobius-hotline-server server/main.go