diff --git a/Makefile b/Makefile index 9bca9fc..a87800f 100644 --- a/Makefile +++ b/Makefile @@ -2,17 +2,14 @@ SHELL := /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 - + echo '# Paths for p2p rendering and computation' + echo 'export P2PRC=${PWD}' + echo 'export PATH=${PWD}:$${PATH}' build: go build -o p2prc -config: +configfile: ./p2prc --SetDefaultConfig run: