echo "Compile test comminication"

gcc client-NW.c -o clientNW
gcc client-NR.c -o clientNR
gcc mserver-N.c -o mserverN -lpthread

echo "END"
