make square picture show more scale axis
[challenge-bot] / curriculum / makefile
CommitLineData
6460ba52 1square.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 \
3f81c7e9 6 --imgsize=931,634 \
6460ba52 7 square.scad
8
9square.html: square.scm square.png makefile
10 @skribilo square.scm > square.html
11
12clean:
13 @rm -f square.png square.html