fixed issues in MakeFile
This commit is contained in:
11
Makefile
11
Makefile
@@ -2,17 +2,14 @@ SHELL := /bin/bash
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
go build -o p2prc
|
go build -o p2prc
|
||||||
echo '# Paths for p2p rendering and computation' >> ~/.bashrc
|
echo '# Paths for p2p rendering and computation'
|
||||||
echo 'export P2PRC=${PWD}' >> ~/.bashrc
|
echo 'export P2PRC=${PWD}'
|
||||||
echo 'export PATH=${PWD}:$${PATH}' >> ~/.bashrc
|
echo 'export PATH=${PWD}:$${PATH}'
|
||||||
source ~/.bashrc
|
|
||||||
./p2prc --SetDefaultConfig
|
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -o p2prc
|
go build -o p2prc
|
||||||
|
|
||||||
config:
|
configfile:
|
||||||
./p2prc --SetDefaultConfig
|
./p2prc --SetDefaultConfig
|
||||||
|
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user