There are 3 files : "client.c" , "server.c" and "util.h"
I need to compile this with gcc on linux and have 2 executables, 1 for client and another for server . But it can be possible to have more than 1 client running and ONLY 1 server. Im not sure how to do this , create 1 makefile only for client and another for server or just 1 and it can work ?