all : clt srv clt.o:clt.c gcc -c clt.c clt: clt.o gcc -o clt clt.o srv.o : srv.c gcc -c srv.c srv : srv.o gcc -o srv srv.c