Files
p2p-rendering-computation/Makefile
2021-06-03 13:09:36 +04:00

21 lines
422 B
Makefile

/ https://www.youtube.com/channel/UCQdZltW7bh1ta-_nCH7LWYw/playlistSHELL := /bin/bash
install:
go build -o p2prc
echo '# Paths for p2p rendering and computation' >> ~/.bashrc
echo 'export P2PRC=${PWD}' >> ~/.bashrc
echo 'export path=${PWD}:$${PATH}' >> ~/.bashrc
source ~/.bashrc
./p2prc --SetDefaultConfig
build:
go build -o p2prc
config:
./p2p-rendering-computation --SetDefaultConfig
run:
go run main.go