Fix Makefile debug using non-existent rule
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 24 Oct 2024 09:59:16 +0000 (11:59 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 24 Oct 2024 09:59:16 +0000 (11:59 +0200)
ex00/Makefile
ex01/Makefile
ex02/Makefile

index 0ea35e599b947602f07c04b72257e1b258eea50d..be21dd7dad8c5f0235f799ebe1ef0e35adb8eac3 100644 (file)
@@ -34,7 +34,7 @@ nodebug :
        $(MAKE) re
 
 .% :
-       $(MAKE) shallow_fclean
+       $(MAKE) fclean
        touch $@
 
 $(NAME) : $(OBJECTS)
index d0e1e0e66c91aebbd5ac7c6ba51c684034248a6b..ea7d96567d1be5d24a88b4f2f222829fcc5ac14c 100644 (file)
@@ -35,7 +35,7 @@ nodebug :
        $(MAKE) re
 
 .% :
-       $(MAKE) shallow_fclean
+       $(MAKE) fclean
        touch $@
 
 $(NAME) : $(OBJECTS)
index 3cc7ef357c3e0021a3198f24c3a8b4aefca14c13..82392a405fc610e9dbd53c0d48da28049fbd9a18 100644 (file)
@@ -36,7 +36,7 @@ nodebug :
        $(MAKE) re
 
 .% :
-       $(MAKE) shallow_fclean
+       $(MAKE) fclean
        touch $@
 
 $(NAME) : $(OBJECTS)