diff --git a/toys/index.mdwn b/toys/index.mdwn index 08172dd..f5d2657 100644 --- a/toys/index.mdwn +++ b/toys/index.mdwn @@ -4,7 +4,7 @@ Here is some various junk I've done. Maybe you'll find it amusing. Maybe you'll just wonder why I spend so much time on this garbage. * Download my [presentation timer](timer.html) for use in any modern - browser + browser. * Play [a fun game](fungame.html)! * If you need to write someone a letter but really don't want to, try my [smalltalk generator](smalltalk.cgi). diff --git a/toys/toys.mk b/toys/toys.mk index bdd72cd..0faad69 100644 --- a/toys/toys.mk +++ b/toys/toys.mk @@ -1,4 +1,4 @@ PLAIN += toys COPY += $(wildcard toys/*.cgi toys/cards/*.png) -COPY += toys/timer.mdwn +COPY += toys/timer.html