mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-08 07:41:58 +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)
|