CoSync/Makefile

5 lines
102 B
Makefile
Raw Permalink Normal View History

client:
go build -o bin/client cmd/client/main.go
server:
go build -o bin/server cmd/server/main.go