ajout rm -r dans makefile

This commit is contained in:
hugodu69
2020-06-24 18:00:49 +02:00
parent 4490b0e5ec
commit 0b7c0248bd

View File

@@ -52,7 +52,7 @@ clean:
fclean: clean
make fclean -C $(LDIR)
/bin/rm -f $(NAME)
/bin/rm -f out*.txt a.out a.out.dSYM temoin.txt exemple.txt
/bin/rm -rf out*.txt a.out a.out.dSYM temoin.txt exemple.txt
re: fclean all