Parent: [f05a62] (diff)

Child: [ef14c6] (diff)

Download this file

Makefile    10 lines (6 with data), 102 Bytes

1
2
3
4
5
6
7
8
9
.SUFFIXES: .txt .html
.txt.html:
asciidoc $<
all: upplay.html searching.html
clean:
rm -f *.html