feat(experiment/bg): added bg utility to help pid proxy testing
feat(experiment/starter): added option to skip waiting for child process
This commit is contained in:
10
cmd/experiment/bg/Makefile
Normal file
10
cmd/experiment/bg/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
all:
|
||||
git describe > version.txt
|
||||
go build -v
|
||||
|
||||
clean:
|
||||
echo "dev" > version.txt
|
||||
go clean -i -cache -testcache
|
||||
|
||||
install:
|
||||
install bg ${DESTDIR}/wmbg
|
||||
Reference in New Issue
Block a user