first prototype of the makefile
This is the first prototype of the makefile. It compiles only the client-sided programm since the serve-sided doesn't exist yet.
to compile :
make
to clean :
make clean
to execute (client sided) :
./client
This is the first prototype of the makefile. It compiles only the client-sided programm since the serve-sided doesn't exist yet.
to compile :
make
to clean :
make clean
to execute (client sided) :
./client