summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 18:23:12 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 18:23:12 +0300
commit66d96409e7ed7154551bbd79c6b61d846031741d (patch)
tree352420a9c87a4e4efa2f387c50693891c6a3d440 /Makefile
downloadwmf-ci-arch-66d96409e7ed7154551bbd79c6b61d846031741d.tar.gz
Add: first commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3084eaf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+.SUFFIXES: .html .mdwn
+
+all: ci-arch.html
+
+.mdwn.html:
+ pandoc -o $@ $<