Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add book to Makefile (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
leolara authored Nov 18, 2023
1 parent bd68dbf commit 665472c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ test:
# generate lcov coverage report
./target/test_coverage/grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/test_coverage/tests.lcov

book:
jupyter-book build book

.PHONY: precommit build test
.PHONY: precommit build test book

0 comments on commit 665472c

Please sign in to comment.