aboutsummaryrefslogtreecommitdiffstats
path: root/2018/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@etraveli.com>2018-03-25 14:07:51 +0200
committerGustav Eek <gustav.eek@etraveli.com>2018-03-25 16:52:01 +0200
commit8085d3839459d396605fc129cd28a564f3df4e68 (patch)
tree977345744e3356f0919d170481ee05d5ac648da7 /2018/Makefile
parentb2071c1fccc1e1457f0195fe52476423856959c6 (diff)
Minutes written for board meeting 22 jan 2018. Not yet approved
Diffstat (limited to '2018/Makefile')
-rw-r--r--2018/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/2018/Makefile b/2018/Makefile
new file mode 100644
index 0000000..ab9586a
--- /dev/null
+++ b/2018/Makefile
@@ -0,0 +1,19 @@
+# Makefile for minutes of 2016
+
+MINUTES = \
+2018-01-22-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