From 98883dabb17df16e397f93c8fe5f8dea83db2053 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 2 Mar 2015 17:43:42 +0100 Subject: February 23 meeting minutes started MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leif-Jöran has an update on the virtual machine design that should go into the minutes. --- 2015/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 2015/Makefile (limited to '2015/Makefile') diff --git a/2015/Makefile b/2015/Makefile new file mode 100644 index 0000000..d6fedc1 --- /dev/null +++ b/2015/Makefile @@ -0,0 +1,17 @@ +# Makefile for minutes of 2014 + +MINUTES = 2015-02-23-board + +common-makefile = ../resources/Makefile-common + +help: + @make -s -f $(common-makefile) help + +all: $(MINUTES) + +%: + make -f $(common-makefile) compile FILE=$* +send: + make -f $(common-makefile) send SEND_FILES="$(MINUTES)" +clean: + make -f $(common-makefile) clean -- cgit v1.2.3