From 734005fcca791f670f1eb84de043800dcc130f37 Mon Sep 17 00:00:00 2001
From: Gustav Eek <gustav.eek@fripost.org>
Date: Sun, 24 Feb 2019 00:03:18 +0100
Subject: Makefile added for year 2019 minutes

---
 2019/Makefile | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 2019/Makefile

(limited to '2019')

diff --git a/2019/Makefile b/2019/Makefile
new file mode 100644
index 0000000..352154d
--- /dev/null
+++ b/2019/Makefile
@@ -0,0 +1,19 @@
+# Makefile for minutes of 2019
+
+MINUTES = \
+
+
+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