mirror of
git://c9x.me/qbe.git
synced 2026-04-06 10:29:46 +00:00
more makefile magic
This commit is contained in:
parent
03f853b6e7
commit
890d587b57
@ -1,6 +1,8 @@
|
|||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
all: html/abi.html html/il.html
|
DOCS = abi il
|
||||||
|
|
||||||
|
all: $(DOCS:%=html/%.html)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -fr html
|
rm -fr html
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user