Files
p2p-rendering-computation/Makefile
2020-12-26 22:15:17 +04:00

5 lines
55 B
Makefile

build:
go build -o bin/main *.go
run:
go run main.go