mobile-offloading/offloading_binaries/makeall.sh

13 lines
295 B
Bash

cd c2s_normaltcp_sendfile && make clean && make
cd ../
cd c2s_normaltcp_splice && make clean && make
cd ../
cd c2s_bypassl3 && make clean && make
cd ../
cd c2s_normaludp && make clean && make
cd ../
cd c2s_normaltcp && make clean && make
cd ../
cd c2s_readfile_only && make clean && make
cd ../