mainfclean efface les fichiers de script

This commit is contained in:
Hugo LAMY
2020-03-12 22:54:07 +01:00
parent 752542c020
commit cca3c8fb82
3 changed files with 1 additions and 52 deletions

View File

@@ -71,6 +71,6 @@ fsanitize: $(ODIR) $(OBJS) $(DEPS)
gcc:
$(CC) $(CFLAGS) main.c -L. -lftprintf
mainfclean: fclean
/bin/rm -f out*.txt a.out
/bin/rm -f out*.txt a.out temoin.txt exemple.txt
.PHONY: all clean fclean re lib cleanlib main fsanitize mainfclean gcc