diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index efa6294..e4c2d7a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ .PHONY: all clean sync -DOCS = abi il +DOCS = abi il llvm all: $(DOCS:%=html/%.html) html/txt.css |