summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files 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