Franck Pommereau

minor changes

...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
11 *.synctex.gz 11 *.synctex.gz
12 *.toc 12 *.toc
13 *.tikz 13 *.tikz
14 +*.out
15 +*.code
14 __pycache__ 16 __pycache__
15 examples/codanim 17 examples/codanim
16 examples/out.* 18 examples/out.*
......
1 -all: heap.pdf qs-partition.pdf qs-main.pdf stack-push.pdf 1 +all: heap.pdf qs-partition.pdf qs-main.pdf stack-push.pdf clean
2 gif: qs-partition.gif qs-main.gif stack-push.gif 2 gif: qs-partition.gif qs-main.gif stack-push.gif
3 mp4: qs-partition.mp4 qs-main.mp4 stack-push.mp4 3 mp4: qs-partition.mp4 qs-main.mp4 stack-push.mp4
4 4
5 %.pdf: %.py tpl.tex 5 %.pdf: %.py tpl.tex
6 - ln -sf ../codanim .
7 rm -f out.* 6 rm -f out.*
8 - python3 $< 7 + PYTHONPATH=..:$$PYTHONPATH python3 $<
9 pdflatex tpl 8 pdflatex tpl
10 pdflatex tpl 9 pdflatex tpl
11 - cp tpl.pdf $@ 10 + mv -f tpl.pdf $@
12 11
13 %.gif: %.pdf 12 %.gif: %.pdf
14 rm -rf _gif 13 rm -rf _gif
......
No preview for this file type