mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-09 06:50:49 +00:00
9 lines
99 B
Makefile
9 lines
99 B
Makefile
FILES=lunatic.html lunacon.html
|
|
|
|
%.html: %.txt
|
|
asciidoc $<
|
|
|
|
all: $(FILES)
|
|
|
|
clean:
|
|
rm -f $(FILES)
|