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@fripost.org>2018-04-30 17:09:53 +0200
commit0f027d9ad3295eee827ef9df41ba1179c4f475e7 (patch)
tree977345744e3356f0919d170481ee05d5ac648da7 /2018/Makefile
parentb2234f5a7c182d5a87b8d901dc8c77e18835c6bf (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