From e1e96c0cf480930f33dcb4355f38244319ce0e37 Mon Sep 17 00:00:00 2001 From: David Siaw Date: Mon, 26 Aug 2019 00:23:28 +0900 Subject: change doc directory and reduce warnings --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3