mobile-offloading/offloading_binaries/makeall.sh

21 lines
554 B
Bash

cd client_send_normaltcp_sendfile && make clean && make
cd ../
cd client_send_normaltcp_splice && make clean && make
cd ../
cd client_send_bypassl3 && make clean && make
cd ../
cd client_send_normaludp && make clean && make
cd ../
cd client_send_normaltcp && make clean && make
cd ../
cd client_readfile_only && make clean && make
cd ../
cd client_recv_normaltcp && make clean && make
cd ../
cd client_recv_normaludp && make clean && make
cd ../
cd server_recv_normaltcp && make clean && make
cd ../
cd server_recv_normaludp && make clean && make
cd ../