makefile correction fclean

This commit is contained in:
hugogogo
2021-08-26 12:41:35 +02:00
parent c37cd1bbfe
commit 620a820bd3
5 changed files with 1 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ clean:
fclean: clean
/bin/rm -rf $(ODIR)
/bin/rm -f $(NAME)
/bin/rm -f $(SERVER) $(CLIENT)
/bin/rm -rf a.out a.out.dSYM
libfclean:

Binary file not shown.

Binary file not shown.

BIN
client

Binary file not shown.

BIN
server

Binary file not shown.