X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=curriculum%2Fmakefile;h=ba43b18302505adb4dc04b3e196c62354b5c3fae;hb=52596bd02caa47223de7cbb85b4f6c19770fcc75;hp=ab55f8cdf5374abdb2a50a6038cbdcb25676b4da;hpb=fbf83f3d01b0c89f232cdd4b3c9755ff26dd8fb9;p=challenge-bot diff --git a/curriculum/makefile b/curriculum/makefile index ab55f8c..ba43b18 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -1,3 +1,5 @@ +all:challenge-bot.html + square.png: square.scad makefile @openscad \ --render \ @@ -64,7 +66,16 @@ translate.html: translate.scm \ makefile @skribilo translate.scm > translate.html -challenge-bot.html: challenge-bot.scm +%.png:%.svg makefile + @inkscape \ + --export-png $@ \ + --file $< \ + > /dev/null + +challenge-bot.html: challenge-bot.scm \ + arduino-to-deck/screw.png \ + arduino-to-deck/4-place-arduino-closeup.png \ + makefile @skribilo challenge-bot.scm > challenge-bot.html clean: