From 08dae90fa384a4383153e2aaa297a3b5d69dd4a8 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 15 Jun 2014 22:38:46 +0200 Subject: Board meeting minutes from May 19 written --- 2014/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '2014/Makefile') 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: -- cgit v1.2.3