Files
p2p-rendering-computation/Makefile

5 lines
58 B
Makefile

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