summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-02-20 18:50:02 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-02-20 18:50:02 +0100
commit3895630e5719e6a9e91a00daade9999405030cdc (patch)
tree9a842631a799bbe4ada65f526cab12d5c31e4d92 /Makefile
parentaae4a61250f1799e29fe6790991fbc800965250d (diff)
downloadarfnet2-3895630e5719e6a9e91a00daade9999405030cdc.tar.gz
arfnet2-3895630e5719e6a9e91a00daade9999405030cdc.zip
Remove shit, compile html and pdf, makefile
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..0a15b16
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all: arfnet2.html arfnet2.pdf
+
+arfnet2.html: arfnet2.md template.html
+ pandoc --template template.html -s arfnet2.md -o arfnet2.html
+
+arfnet2.pdf: arfnet2.md
+ pandoc -s arfnet2.md -o arfnet2.pdf