add second hole subsubsection and picture
[challenge-bot] / curriculum / makefile
index c445c3c27e0f74dec4f3f1c3501b1f9f49402145..08764ae3b68bb84e7413f65f8356cbe113ab3297 100644 (file)
@@ -1,5 +1,9 @@
 all:challenge-bot.html
 
+.PHONY: autobuild
+autobuild:
+       ./autobuild.bash
+
 square.png: square.scad makefile
        @openscad \
          --render \
@@ -73,8 +77,12 @@ translate.html: translate.scm \
          > /dev/null
 
 challenge-bot.html: challenge-bot.scm \
-       arduino-to-deck/4-place-arduino-closeup.png
-       @skribilo challenge-bot.scm > challenge-bot.html
+               arduino-to-deck/screw-cross-section.png \
+               arduino-to-deck/6-32-screw.png \
+               arduino-to-deck/4-place-arduino-closeup.png \
+               arduino-to-deck/keep-holes-far-apart.png \
+               makefile
+       @skribilo $< > $@
 
 clean:
        @rm -f \