Files
p2p-rendering-computation/Makefile
2021-03-22 16:24:22 +04:00

12 lines
194 B
Makefile

SHELL := /bin/bash
install:
$(shell mkdir /etc/p2p-rendering && chmod +r /etc/p2p-rendering && touch /etc/p2p-rendering/ip_table.json)
build:
go build -o main main.go
run:
go run main.go