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/*
|
||||
out/*
|
||||
log/*
|
||||
|
|
|
@ -283,9 +283,9 @@ lightning-complementarity:
|
|||
battle:
|
||||
./run-3 \
|
||||
1,battle. \
|
||||
dup2-client 7500 40 172 2.
|
||||
dup2-server 7500 40 172 2.
|
||||
tor2 -f /etc/torrc_simple.
|
||||
dup2-client 7500 40 172 2. \
|
||||
dup2-server 7500 40 172 2. \
|
||||
tor2 -f /etc/torrc_simple. \
|
||||
tor2 -f /etc/torrc_simple.
|
||||
|
||||
lightning-fastcount:
|
||||
|
|
Loading…
Reference in a new issue