Skip to content

first prototype of the makefile

RAKOTONARIVO ANDRIANJAKA-BRICE requested to merge makefile into main

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

Merge request reports