summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-05-18 23:28:21 +0200
committerCamil Staps2016-05-18 23:28:21 +0200
commitbb306973a46ebe6133823069196fb0101fc01ab6 (patch)
tree9ac6ec1e3686a772746b5b00e00af5dd6101fbee /Makefile
parentStart rewrite intro; add organisation; division in separate files (diff)
Update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3742337..b394dea 100644
--- a/Makefile
+++ b/Makefile
@@ -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)