Franck Pommereau

fixed example/Makefile vs obsolete Python

1 * add `VBox` and `HBox` to layout data blocks without the need to play 1 * add `VBox` and `HBox` to layout data blocks without the need to play
2 with Heaps (fix examples accordingly) 2 with Heaps (fix examples accordingly)
3 + * add frontend to generate Python stubs from C code
4 +
......
...@@ -5,7 +5,7 @@ mp4: qs-partition.mp4 qs-main.mp4 stack-push.mp4 ...@@ -5,7 +5,7 @@ mp4: qs-partition.mp4 qs-main.mp4 stack-push.mp4
5 %.pdf: %.py tpl.tex 5 %.pdf: %.py tpl.tex
6 ln -sf ../codanim . 6 ln -sf ../codanim .
7 rm -f out.* 7 rm -f out.*
8 - python $< 8 + python3 $<
9 pdflatex tpl 9 pdflatex tpl
10 pdflatex tpl 10 pdflatex tpl
11 cp tpl.pdf $@ 11 cp tpl.pdf $@
......