From: Lukas Jiriste Date: Thu, 24 Oct 2024 09:59:16 +0000 (+0200) Subject: Fix Makefile debug using non-existent rule X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=dfa8b6c34245b2ee0ec1aab7081ab9ed91679056;p=42%2FCPP_Module_03 Fix Makefile debug using non-existent rule --- diff --git a/ex00/Makefile b/ex00/Makefile index 0ea35e5..be21dd7 100644 --- a/ex00/Makefile +++ b/ex00/Makefile @@ -34,7 +34,7 @@ nodebug : $(MAKE) re .% : - $(MAKE) shallow_fclean + $(MAKE) fclean touch $@ $(NAME) : $(OBJECTS) diff --git a/ex01/Makefile b/ex01/Makefile index d0e1e0e..ea7d965 100644 --- a/ex01/Makefile +++ b/ex01/Makefile @@ -35,7 +35,7 @@ nodebug : $(MAKE) re .% : - $(MAKE) shallow_fclean + $(MAKE) fclean touch $@ $(NAME) : $(OBJECTS) diff --git a/ex02/Makefile b/ex02/Makefile index 3cc7ef3..82392a4 100644 --- a/ex02/Makefile +++ b/ex02/Makefile @@ -36,7 +36,7 @@ nodebug : $(MAKE) re .% : - $(MAKE) shallow_fclean + $(MAKE) fclean touch $@ $(NAME) : $(OBJECTS)