aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 2832baacbc8ddd67b6cb2668a893b94766aec910 (plain)
1
2
3
4
5
server:
	go build -o mobius-hotline-server cmd/mobius-hotline-server/main.go

client:
	go build -o mobius-hotline-client cmd/mobius-hotline-client/main.go