diff options
Diffstat (limited to '2016/Makefile')
-rw-r--r-- | 2016/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2016/Makefile b/2016/Makefile index 90e1a91..5a3d82a 100644 --- a/2016/Makefile +++ b/2016/Makefile @@ -1,6 +1,7 @@ # Makefile for minutes of 2016 MINUTES = \ +2016-06-13-board \ 2016-04-17-annual \ common-makefile = ../resources/Makefile-common @@ -13,6 +14,7 @@ all: $(MINUTES) %: make -f $(common-makefile) compile FILE=$* + annual-job = 2016-04-17-annual annual-tex = \ ../annual-reports/annual-report-2016 \ |