From d763b125a15b0dcc68e0823c0c13544080f22976 Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Mon, 24 Feb 2025 15:26:01 +0100 Subject: [PATCH] Added Makefile for the completion of the instructions --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4c2c2bd --- /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 -- GitLab