diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-09 17:52:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-09 17:52:19 +0200 |
commit | a253d6765fb64877b2c4fd3ad5c2eb878e72e365 (patch) | |
tree | 6e5d47b6b16a5c796047af19ae9e2f74d7e73ae4 /eindopdracht/makefile | |
parent | 5b2f5fcbd5afc58e6832c4a2f8efa7db83e79877 (diff) |
add pdf makefile include to eindopdracht
Diffstat (limited to 'eindopdracht/makefile')
-rw-r--r-- | eindopdracht/makefile | 2 |
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 |