buit base functions
This commit is contained in:
11
Makefile
11
Makefile
@@ -1,16 +1,7 @@
|
||||
SHELL := /bin/bash
|
||||
|
||||
install:
|
||||
go build -o p2prc
|
||||
echo '# Paths for p2p rendering and computation'
|
||||
echo 'export P2PRC=${PWD}'
|
||||
echo 'export PATH=${PWD}:$${PATH}'
|
||||
|
||||
build:
|
||||
go build -o p2prc
|
||||
|
||||
configfile:
|
||||
./p2prc --SetDefaultConfig
|
||||
sh install.sh p2prc
|
||||
|
||||
testcases:
|
||||
sh plugin/generate_test_case.sh
|
||||
|
||||
Reference in New Issue
Block a user