ajout rm -r dans makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -52,7 +52,7 @@ clean:
|
|||||||
fclean: clean
|
fclean: clean
|
||||||
make fclean -C $(LDIR)
|
make fclean -C $(LDIR)
|
||||||
/bin/rm -f $(NAME)
|
/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
|
re: fclean all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user