aboutsummaryrefslogtreecommitdiff
path: root/eindopdracht/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eindopdracht/makefile')
-rw-r--r--eindopdracht/makefile2
1 files changed, 2 insertions, 0 deletions
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