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