This commit is contained in:
xenia 2020-03-10 23:57:53 -04:00
parent e361aabe72
commit f035ab682b
1 changed files with 1 additions and 0 deletions

View File

@ -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