X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=curriculum%2Fmakefile;h=08764ae3b68bb84e7413f65f8356cbe113ab3297;hb=aa71ea448888570d0215ac15774f0405e53fd167;hp=ba43b18302505adb4dc04b3e196c62354b5c3fae;hpb=52596bd02caa47223de7cbb85b4f6c19770fcc75;p=challenge-bot diff --git a/curriculum/makefile b/curriculum/makefile index ba43b18..08764ae 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -1,5 +1,9 @@ all:challenge-bot.html +.PHONY: autobuild +autobuild: + ./autobuild.bash + square.png: square.scad makefile @openscad \ --render \ @@ -73,10 +77,12 @@ translate.html: translate.scm \ > /dev/null challenge-bot.html: challenge-bot.scm \ - arduino-to-deck/screw.png \ + 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 challenge-bot.scm > challenge-bot.html + @skribilo $< > $@ clean: @rm -f \