mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
10 lines
99 B
Makefile
10 lines
99 B
Makefile
|
FILES=lunatic.html lunacon.html
|
||
|
|
||
|
%.html: %.txt
|
||
|
asciidoc $<
|
||
|
|
||
|
all: $(FILES)
|
||
|
|
||
|
clean:
|
||
|
rm -f $(FILES)
|