add the server.c target in the makefile and initialise server.c
dumb version of a server in TCP :
- addr_in client/server initialisations
- Socket creation
- socket bind
- socket accept
accept()
wasn't tested yet since the client doesn't send anything at this stage so there might be a bug here.
Edited by RAKOTONARIVO ANDRIANJAKA-BRICE