diff options
Diffstat (limited to '2014/Makefile')
-rw-r--r-- | 2014/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/2014/Makefile b/2014/Makefile index 3fe21bb..38a83e7 100644 --- a/2014/Makefile +++ b/2014/Makefile @@ -3,12 +3,17 @@ MINUTES = \ 2014-02-11-board \ 2014-02-24-board \ +2014-03-24-board \ 2014-03-29-annual \ 2014-04-21-board \ 2014-05-19-board \ 2014-05-19-board-excerpt \ 2014-06-16-board \ -2014-09-08-board +2014-09-08-board \ +2014-10-06-board \ +2014-11-03-board \ +2014-12-01-board \ + common-makefile = ../resources/Makefile-common |