aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-17 18:21:19 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-17 18:21:19 +0200
commit01f5e05d2519945a337db76557a81c38842c1f09 (patch)
treed078d69953489f9e0275a82e7d1f184f04abce94 /Makefile
downloadmk-01f5e05d2519945a337db76557a81c38842c1f09.tar.gz
First commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..efd8e3d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+example.pdf: example.mg g.tmac
+ groff -Tps example.mg | ps2pdf - > example.pdf