qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 890d587b57d5986d032c4e029cd23d70f1982f84
parent 03f853b6e791d8005586c219493bda7324044b9e
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Wed,  9 Mar 2016 10:11:10 -0500

more makefile magic

Diffstat:
Mdoc/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile @@ -1,6 +1,8 @@ .PHONY: all clean -all: html/abi.html html/il.html +DOCS = abi il + +all: $(DOCS:%=html/%.html) clean: rm -fr html