X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=curriculum%2Fmakefile;h=c445c3c27e0f74dec4f3f1c3501b1f9f49402145;hb=0b5cd84e95a2e84696afc5aa844bdf64a5ae4dc6;hp=ab55f8cdf5374abdb2a50a6038cbdcb25676b4da;hpb=fbf83f3d01b0c89f232cdd4b3c9755ff26dd8fb9;p=challenge-bot diff --git a/curriculum/makefile b/curriculum/makefile index ab55f8c..c445c3c 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,14 @@ 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/4-place-arduino-closeup.png @skribilo challenge-bot.scm > challenge-bot.html clean: