diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..4c2c2bdac83fc19b6e2e58b520fcb430e4065aab --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +pdf: + pandoc --defaults=config.yaml -o dist/Output.pdf + +html: + pandoc --defaults=config.yaml -o dist/Output.html + +all: pdf html \ No newline at end of file