mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
bb71052cb7
git-svn-id: https://svn.eduke32.com/eduke32@3907 1a8010ca-5511-0410-912e-c29ae57300e0
9 lines
99 B
Makefile
9 lines
99 B
Makefile
FILES=lunatic.html lunacon.html
|
|
|
|
%.html: %.txt
|
|
asciidoc $<
|
|
|
|
all: $(FILES)
|
|
|
|
clean:
|
|
rm -f $(FILES)
|