diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-07 13:56:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-07 13:56:19 +0200 |
commit | bd67527a240f0e027d7375c7b03995b4ce1b4bef (patch) | |
tree | 6e5fabb7724d55f392289a833ef553e6fa8833fb /opdracht-1/makefile | |
parent | 0ec9d66bc38e235008dfa181c17c101770dd8173 (diff) |
added script and makefile for converting markdown to latex documents
Diffstat (limited to 'opdracht-1/makefile')
-rw-r--r-- | opdracht-1/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opdracht-1/makefile b/opdracht-1/makefile index b91dfe8..51cdd08 100644 --- a/opdracht-1/makefile +++ b/opdracht-1/makefile @@ -1,3 +1,5 @@ TARGET := opdracht-1 +MD2LATEX = ../md2latex include ../common.mk +include ../pdf.mk |