change Makefile

This commit is contained in:
mcolonna 2024-11-19 14:43:43 +01:00
parent fc318fc851
commit ec6d5931a4

View file

@ -42,7 +42,7 @@ fclean : clean
-$(MAKE) -C Minilibx clean
-rm $$(find Minilibx -name "Makefile.gen")
re : fclean all
re : clean all
$(NAME) : $(O_FILES) $(LIBRARIES_DIR)
@$(ECHO)