aboutsummaryrefslogtreecommitdiffstats
path: root/2014/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@proceranetworks.com>2014-06-15 22:38:46 +0200
committerGustav Eek <gustav.eek@proceranetworks.com>2014-06-15 22:38:46 +0200
commit08dae90fa384a4383153e2aaa297a3b5d69dd4a8 (patch)
treeef710481e8b25975b8594465c596822bc2ac4ef4 /2014/Makefile
parent70f3b89b1da42414b6f84e4658dac28e53ccb161 (diff)
Board meeting minutes from May 19 written
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: