add up to square 2
[challenge-bot] / curriculum / makefile
index af9ec43db43b88f5648febe18e38eb6e1ccd182c..3fc87962b2d7a8ac7bdee6f5fcbe349cf838ecee 100644 (file)
@@ -6,7 +6,23 @@ square.png: square.scad makefile
          --imgsize=931,634 \
          square.scad
 
-square.html: square.scm square.png makefile
+square1.png: square1.scad makefile
+       @openscad \
+         --render \
+         -o square1.png \
+          --camera=0.80,0.88,0.01,0,0,0,9.05 \
+         --imgsize=931,634 \
+         square1.scad
+
+square2.png: square2.scad makefile
+       @openscad \
+         --render \
+         -o square2.png \
+          --camera=0.80,0.88,0.01,0,0,0,9.05 \
+         --imgsize=931,634 \
+         square2.scad
+
+square.html: square.scm square.png square1.png square2.png makefile
        @skribilo square.scm > square.html
 
 clean: