From bb27e72045c4edf2601d6abf75b01e788e0c1b5e Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Mon, 30 Sep 2019 17:09:33 +0900 Subject: Makefile: fixup make order Current periject need to make many times. It is because of make order. This patch fixup it. Signed-off-by: Kuninori Morimoto --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dd38665..8682745 100644 --- a/Makefile +++ b/Makefile @@ -9,12 +9,12 @@ STATUS = New Active Blocked Paused Done Abandoned NOPARAM = menu subindex body index all: - @make -s LISTS="${FOLDERS}" TARGET=summary loop - @make -s LISTS="${NOPARAM}" TARGET=noparam loop - @make -s LISTS="${ALLYAML}" TARGET=file loop @make -s LISTS="${MEMBER}" TARGET=finds EXP1=member EXP2=-a loop @make -s LISTS="${STATUS}" TARGET=finds EXP1=status EXP2=-s loop @make -s LISTS="${TEAM}" TARGET=finds EXP1=team EXP2=-t loop + @make -s LISTS="${ALLYAML}" TARGET=file loop + @make -s LISTS="${NOPARAM}" TARGET=noparam loop + @make -s LISTS="${FOLDERS}" TARGET=summary loop @make -s bsp @make -s index.html -- cgit v1.2.3