diff options
Diffstat (limited to '')
-rw-r--r-- | buch/papers/laguerre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/Makefile b/buch/papers/laguerre/Makefile index 48f8066..85a1b83 100644 --- a/buch/papers/laguerre/Makefile +++ b/buch/papers/laguerre/Makefile @@ -28,7 +28,7 @@ images: $(FIGURES) .PHONY: presentation presentation: $(PRESFOLDER)/presentation.pdf -images/%.pdf images/%.pgf: scripts/%.py +images/%.pdf images/%.pgf: scripts/%.py scripts/gamma_approx.py python3 $< images/gammaplot.pdf: images/gammaplot.tex images/gammapaths.tex |