gcc -c HTPserveur.c
gcc -c HTP_util.c
gcc -o HTPserveur HTPserveur.o HTP_util.o
gcc -o HTP HTP.c
