make square picture show more scale axis
[challenge-bot] / curriculum / makefile
1 square.png: square.scad makefile
2 @openscad \
3 --render \
4 -o square.png \
5 --camera=0.80,0.88,0.01,0,0,0,9.05 \
6 --imgsize=931,634 \
7 square.scad
8
9 square.html: square.scm square.png makefile
10 @skribilo square.scm > square.html
11
12 clean:
13 @rm -f square.png square.html