Make fclean refix

This commit is contained in:
Camille Chauvet 2023-01-24 16:11:42 +01:00
parent b358153fac
commit 2fd5e11a4a
6 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ server_fclean: server_clean
rm -f ${SERVER_NAME}
fclean: clean
make -C libftx fclean
rm -f ${SERVER_OBJ}
rm -f ${CLIENT_OBJ}
rm -f ${SERVER_NAME}
rm -f ${CLIENT_NAME}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.