From a253d6765fb64877b2c4fd3ad5c2eb878e72e365 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 9 Oct 2022 17:52:19 +0200 Subject: add pdf makefile include to eindopdracht --- eindopdracht/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eindopdracht/makefile b/eindopdracht/makefile index b6990e8..ce1e22b 100644 --- a/eindopdracht/makefile +++ b/eindopdracht/makefile @@ -1,5 +1,6 @@ RM = rm -f TARGET := eindopdracht +MD2LATEX = ../md2latex QUERY_SQL += q5.sql all: $(TARGET).md @@ -14,3 +15,4 @@ clean:: $(RM) q5.sql nfs.csv include ../common.mk +include ../pdf.mk -- cgit v1.2.3