Fix makefile and dockerignore
This commit is contained in:
parent
ace8a29e7d
commit
450f75d91c
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
scripts/out*
|
scripts/*
|
||||||
|
!scripts/container/*
|
||||||
res/*
|
res/*
|
||||||
out/*
|
out/*
|
||||||
log/*
|
log/*
|
||||||
|
|
|
@ -283,9 +283,9 @@ lightning-complementarity:
|
||||||
battle:
|
battle:
|
||||||
./run-3 \
|
./run-3 \
|
||||||
1,battle. \
|
1,battle. \
|
||||||
dup2-client 7500 40 172 2.
|
dup2-client 7500 40 172 2. \
|
||||||
dup2-server 7500 40 172 2.
|
dup2-server 7500 40 172 2. \
|
||||||
tor2 -f /etc/torrc_simple.
|
tor2 -f /etc/torrc_simple. \
|
||||||
tor2 -f /etc/torrc_simple.
|
tor2 -f /etc/torrc_simple.
|
||||||
|
|
||||||
lightning-fastcount:
|
lightning-fastcount:
|
||||||
|
|
Loading…
Reference in a new issue