symlink
This commit is contained in:
parent
e361aabe72
commit
f035ab682b
1
Makefile
1
Makefile
|
@ -30,6 +30,7 @@ t: test
|
||||||
mkdir $@
|
mkdir $@
|
||||||
curl -Ss https://course.ccs.neu.edu/cs3700sp20/archive/tcp-sim.tgz | tar xzf - -C $@
|
curl -Ss https://course.ccs.neu.edu/cs3700sp20/archive/tcp-sim.tgz | tar xzf - -C $@
|
||||||
sed -i '/.usr.bin.sudo/d' .netsim/netsim
|
sed -i '/.usr.bin.sudo/d' .netsim/netsim
|
||||||
|
cd .netsim; ln -s ../3700send .; ln -s ../3700recv .
|
||||||
cd /usr/include; h2ph -d $(HOME)/perl5/lib/perl5/ -a sys/syscall.h
|
cd /usr/include; h2ph -d $(HOME)/perl5/lib/perl5/ -a sys/syscall.h
|
||||||
|
|
||||||
netsim-shell: .netsim
|
netsim-shell: .netsim
|
||||||
|
|
Loading…
Reference in New Issue