From bd67527a240f0e027d7375c7b03995b4ce1b4bef Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 7 Oct 2022 13:56:19 +0200 Subject: added script and makefile for converting markdown to latex documents --- opdracht-1/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opdracht-1/makefile') diff --git a/opdracht-1/makefile b/opdracht-1/makefile index b91dfe8..51cdd08 100644 --- a/opdracht-1/makefile +++ b/opdracht-1/makefile @@ -1,3 +1,5 @@ TARGET := opdracht-1 +MD2LATEX = ../md2latex include ../common.mk +include ../pdf.mk -- cgit v1.2.3