Files
p2p-rendering-computation/Makefile
2021-04-10 00:46:17 +04:00

12 lines
180 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 .
run:
go run main.go