diff options
author | Camil Staps | 2016-05-18 23:28:21 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-18 23:28:21 +0200 |
commit | bb306973a46ebe6133823069196fb0101fc01ab6 (patch) | |
tree | 9ac6ec1e3686a772746b5b00e00af5dd6101fbee /Makefile | |
parent | Start rewrite intro; add organisation; division in separate files (diff) |
Update makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ SHELL=bash -TARGET=$(subst .tex,.pdf,$(wildcard */*.tex)) +TARGET=$(subst .tex,.pdf,$(wildcard opdracht*/opdracht*.tex) paper/paper.tex) all: $(TARGET) |