aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb00518..57a4f39 100644
--- a/Makefile
+++ b/Makefile
@@ -85,8 +85,10 @@ libft_clean:
libft_fclean:
$(MAKE) -C $(LIBFTDIR) fclean
+.PHONY: doc
doc:
$(DOXYGEN) $(DOXYGEN_FILE)
+.PHONY: doc_clean
doc_clean:
$(RM) -r $(DOC_DIR)