From: daniel watson Date: Fri, 13 May 2016 23:18:31 +0000 (-0700) Subject: start challenge-bot curriculum overview X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=fbf83f3d01b0c89f232cdd4b3c9755ff26dd8fb9 start challenge-bot curriculum overview --- diff --git a/curriculum/makefile b/curriculum/makefile index 3c708a3..ab55f8c 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -64,5 +64,18 @@ translate.html: translate.scm \ makefile @skribilo translate.scm > translate.html +challenge-bot.html: challenge-bot.scm + @skribilo challenge-bot.scm > challenge-bot.html + clean: - @rm -f square.png square.html + @rm -f \ + square.png \ + square1.png \ + square2.png \ + square3.png \ + square.html \ + translate.png \ + translate01.png \ + translate10.png \ + translate.html \ + challenge-bot.html