aboutsummaryrefslogtreecommitdiffstats
path: root/2014/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2014/Makefile')
-rw-r--r--2014/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/2014/Makefile b/2014/Makefile
index 5f39b8c..06e24d0 100644
--- a/2014/Makefile
+++ b/2014/Makefile
@@ -1,6 +1,10 @@
# Makefile for minutes of 2014
-MINUTES = 2014-02-11-board 2014-06-16-board
+MINUTES = \
+2014-02-11-board \
+2014-05-19-board \
+2014-05-19-board-excerpt \
+2014-06-16-board
common-makefile = ../resources/Makefile-common
@@ -9,8 +13,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: