diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-17 18:21:19 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-17 18:21:19 +0200 |
commit | 01f5e05d2519945a337db76557a81c38842c1f09 (patch) | |
tree | d078d69953489f9e0275a82e7d1f184f04abce94 /Makefile | |
download | mk-01f5e05d2519945a337db76557a81c38842c1f09.tar.gz |
First commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |