summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-08-26 07:46:57 +0900
committerGitHub <[email protected]>2019-08-26 07:46:57 +0900
commit2d09fd2135e4fb9230a62e2af1ff28d450f3184a (patch)
tree644a637d60bfc1c7cd2fd2bb657a08bf5dc397b5 /Makefile
parenta4870a579f483b30e547f6ed5d105179be222e53 (diff)
parent6375639917a913c542967b33be01003a2b67c144 (diff)
downloadmruby-2d09fd2135e4fb9230a62e2af1ff28d450f3184a.tar.gz
mruby-2d09fd2135e4fb9230a62e2af1ff28d450f3184a.zip
Merge pull request #4669 from davidsiaw/doxygen
Fixes for Doxygen docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 191e07a93..4912f17e1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,6 @@
# We provide a minimalistic version called minirake inside of our
# codebase.
--include Makefile.doc
-
RAKE = ruby ./minirake
all :
@@ -14,6 +12,6 @@ test : all
$(RAKE) test
.PHONY : test
-clean : docsclean
+clean :
$(RAKE) clean
.PHONY : clean