aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-21 22:56:08 +0000
committerroot <root@turin.home>2022-01-21 22:56:08 +0000
commitd7604b97ae6fcfd20912a93da047a2b9e9f9c1de (patch)
tree6d54b8268cfa071daf2aa77f78fab2dfc5748dea /Makefile
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6bc8bf7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+default:
+ ls target || mkdir target
+ cat formatting.ms paper.ms | refer -Ss -p refer | groff -ket -Tpdf -ms -P-pa4 > target/paper.pdf
+read:
+ zathura target/paper.pdf&
+clean:
+ rm -rf target