Files
p2p-rendering-computation/Makefile
2020-12-24 15:29:06 +04:00

5 lines
58 B
Makefile

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