raze-gles/polymer/eduke32/source/lunatic/doc/Makefile

10 lines
99 B
Makefile

FILES=lunatic.html lunacon.html
%.html: %.txt
asciidoc $<
all: $(FILES)
clean:
rm -f $(FILES)