diff --git a/Makefile b/Makefile
index 5f552ebfcc5247a041034cec728565c84ae98526..ae0ce1202b0f932330459843b6a38a7cb6f22e23 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ config/bind.sty:
 
 svg-inkscape: | config/bind.sty
 	@pdflatex -shell-escape -jobname $(BOOK) main.tex
-$(BOOK).pdf: $(wildcard *.tex) $(wildcard config/*.sty)
+$(BOOK).pdf: svg-inkscape $(wildcard *.tex) $(wildcard config/*.sty)
 	@pdflatex -jobname $(BOOK) main.tex
 
 all: $(BOOK).pdf