Skip to content

Commit 47740ee

Browse files
committed
feat: add PHONY to Makefile
1 parent 31f61a4 commit 47740ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@ fclean: clean
4949
@make -C $(LIBFT_DIR) fclean
5050
@make -C $(GNL_DIR) fclean
5151

52-
re: fclean all
52+
re: fclean all
53+
54+
.PHONY: all clean fclean re

0 commit comments

Comments
 (0)