diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ PDF:=$(addsuffix .pdf,$(DOC)) all: $(PDF) -%.voorstel: %.tex +voorstel.pdf: voorstel.tex $(TEX) $(TEXOPTS) $(basename $@) %.pdf: %.tex $(DEP) |