From ef6e55cfdc3d98a3a3adb39519a83ded02f6940e Mon Sep 17 00:00:00 2001 From: daniel watson Date: Thu, 2 Jun 2016 20:18:17 -0700 Subject: [PATCH] use automatic variables in challenge-bot.html --- curriculum/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/makefile b/curriculum/makefile index ebc4ee0..b63ddcf 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -77,7 +77,7 @@ challenge-bot.html: challenge-bot.scm \ arduino-to-deck/6-32-screw.png \ arduino-to-deck/4-place-arduino-closeup.png \ makefile - @skribilo challenge-bot.scm > challenge-bot.html + @skribilo $< > $@ clean: @rm -f \ -- 2.30.2