aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: fb14198b4935e72abdd89c08f6ee5cae43adf9ca (plain)
1
2
3
4
5
build-client:
	go build -o mobius-hotline-client client/main.go

build-server:
	go build -o mobius-hotline-server server/main.go