Skip to content
Snippets Groups Projects
Unverified Commit 2bc3e6c3 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix makefile

parent 7f207ca2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment