dev: Makefile: fclean cleans libraries too
This commit is contained in:
parent
b8e2065a90
commit
609bd90b54
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -32,6 +32,9 @@ fclean : clean
|
|||
@$(ECHO)
|
||||
@$(ECHO) "\e[30;47;1m $(NAME): fclean... \e[0m"
|
||||
-rm -f $(NAME)
|
||||
$(MAKE) -C Libft fclean
|
||||
$(MAKE) -C Minilibx clean
|
||||
-rm $$(find Minilibx -name "Makefile.gen")
|
||||
|
||||
re : fclean all
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue