fix timer install
This commit is contained in:
parent
3d41bb490f
commit
33a66271c7
|
@ -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.
|
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
|
* Download my [presentation timer](timer.html) for use in any modern
|
||||||
browser
|
browser.
|
||||||
* Play [a fun game](fungame.html)!
|
* Play [a fun game](fungame.html)!
|
||||||
* If you need to write someone a letter but really don't want to, try my
|
* If you need to write someone a letter but really don't want to, try my
|
||||||
[smalltalk generator](smalltalk.cgi).
|
[smalltalk generator](smalltalk.cgi).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
PLAIN += toys
|
PLAIN += toys
|
||||||
|
|
||||||
COPY += $(wildcard toys/*.cgi toys/cards/*.png)
|
COPY += $(wildcard toys/*.cgi toys/cards/*.png)
|
||||||
COPY += toys/timer.mdwn
|
COPY += toys/timer.html
|
||||||
|
|
Loading…
Reference in New Issue