diff options
Diffstat (limited to '2014/Makefile')
-rw-r--r-- | 2014/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/2014/Makefile b/2014/Makefile index 0ebd26b..06e24d0 100644 --- a/2014/Makefile +++ b/2014/Makefile @@ -1,6 +1,10 @@ # Makefile for minutes of 2014 -MINUTES = 2014-02-11-board 2014-05-19-board 2014-05-19-board-excerpt +MINUTES = \ +2014-02-11-board \ +2014-05-19-board \ +2014-05-19-board-excerpt \ +2014-06-16-board common-makefile = ../resources/Makefile-common |