From fbf83f3d01b0c89f232cdd4b3c9755ff26dd8fb9 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 May 2016 16:18:31 -0700 Subject: [PATCH] start challenge-bot curriculum overview --- curriculum/makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 -- 2.30.2