X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=curriculum%2Fmakefile;h=08764ae3b68bb84e7413f65f8356cbe113ab3297;hb=aa71ea448888570d0215ac15774f0405e53fd167;hp=8f54f0d734d177e24c629db024e09847a237e43d;hpb=85fae63f5c8137998cbce03e2e17ccd919f2cae9;p=challenge-bot diff --git a/curriculum/makefile b/curriculum/makefile index 8f54f0d..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 \ @@ -74,9 +78,11 @@ translate.html: translate.scm \ challenge-bot.html: challenge-bot.scm \ 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 \