echo "Compile clients for mserverN"

gcc client-NW.c -o clientNW
gcc client-NR.c -o clientNR

echo "END"
