diff options
Diffstat (limited to '2014/Makefile')
-rw-r--r-- | 2014/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/2014/Makefile b/2014/Makefile index 12f3cf8..e25e111 100644 --- a/2014/Makefile +++ b/2014/Makefile @@ -2,7 +2,12 @@ MINUTES = \ 2014-02-11-board \ -2014-04-21-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 common-makefile = ../resources/Makefile-common @@ -11,8 +16,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: |