diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |