summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f93ccc5..55aca7f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PDF:=$(addsuffix .pdf,$(DOC))
all: $(PDF)
-%.voorstel: %.tex
+voorstel.pdf: voorstel.tex
$(TEX) $(TEXOPTS) $(basename $@)
%.pdf: %.tex $(DEP)