aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-09 17:52:19 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-09 17:52:19 +0200
commita253d6765fb64877b2c4fd3ad5c2eb878e72e365 (patch)
tree6e5d47b6b16a5c796047af19ae9e2f74d7e73ae4
parent5b2f5fcbd5afc58e6832c4a2f8efa7db83e79877 (diff)
add pdf makefile include to eindopdracht
-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