aboutsummaryrefslogtreecommitdiff
path: root/opdracht-2/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'opdracht-2/makefile')
-rw-r--r--opdracht-2/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/opdracht-2/makefile b/opdracht-2/makefile
index 19a0072..37ed035 100644
--- a/opdracht-2/makefile
+++ b/opdracht-2/makefile
@@ -1,5 +1,6 @@
TARGET = opdracht-2
RESET_SQL += ../opdracht-1/.tmp.sql
+MD2LATEX = ../md2latex
all: $(TARGET).md
@@ -7,3 +8,4 @@ all: $(TARGET).md
make -C ../opdracht-1
include ../common.mk
+include ../pdf.mk