diff options
Diffstat (limited to '2014/Makefile')
-rw-r--r-- | 2014/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/2014/Makefile b/2014/Makefile index 9d49cd3..3fe21bb 100644 --- a/2014/Makefile +++ b/2014/Makefile @@ -1,6 +1,13 @@ # Makefile for minutes of 2014 -MINUTES = 2014-02-11-board \ +MINUTES = \ +2014-02-11-board \ +2014-02-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 common-makefile = ../resources/Makefile-common @@ -10,8 +17,8 @@ help: all: $(MINUTES) -%: - make -f $(common-makefile) compile FILE=$* +$(MINUTES): + make -f $(common-makefile) compile FILE=$@ send: make -f $(common-makefile) send SEND_FILES="$(MINUTES)" clean: |