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