Skip to content

Commit 10179f7

Browse files
committed
make: Add docs target
1 parent af8b413 commit 10179f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ test:
1010
.PHONY: spy
1111
spy:
1212
spy --exc .zig-cache --inc "**/*.zig" -q clear-zig test $(TEST_ARGS)
13+
14+
.PHONY: docs
15+
docs:
16+
zig build-lib -femit-docs src/root.zig
17+
rm -f libroot.a*

0 commit comments

Comments
 (0)