diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-09 13:37:27 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-09 13:37:27 +0200 |
commit | 94bcc5b83fa451ac851aea19a8956f3531a44d67 (patch) | |
tree | fc1e6630f48f073082cc4ee37f5028c492a22730 /huiswerk/makefile | |
parent | 4c00ac22729c3f354df423373da8da6fa22617ba (diff) |
huiswerk naar submap verplaatst
Diffstat (limited to 'huiswerk/makefile')
-rw-r--r-- | huiswerk/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/huiswerk/makefile b/huiswerk/makefile new file mode 100644 index 0000000..fe7229d --- /dev/null +++ b/huiswerk/makefile @@ -0,0 +1,6 @@ +TARGET = huiswerk +MD2LATEX = ../md2latex + +all: $(TARGET).pdf + +include ../pdf.mk |