Skip to content

Commit e4c900d

Browse files
committed
Add doc task to Makefile
1 parent 0ff05f2 commit e4c900d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ tests:
1515
rustc --test src/sqlite3/lib.rs --out-dir target -o target/tests
1616
./target/tests
1717

18+
doc: target
19+
mkdir -p target/doc
20+
rustdoc src/sqlite3/lib.rs -o target/doc
21+
1822
.PHONY: default clean tests

0 commit comments

Comments
 (0)