diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ PYTHON = python all: progreport/document.pdf execsumm/document.pdf progreport/document.pdf: progreport/document.tex format.tex com.tex -execsumm/document.pdf: execsumm/document.tex format.tex com.tex +execsumm/document.pdf: execsumm/document.tex format.tex com.tex plot.png .tex.pdf: cd ${@D} && pdftex --jobname ${*F} ${<F} clean: |