summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)