Skip to content

Commit

Permalink
Fix typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrasnov committed Mar 2, 2024
1 parent 9b488f1 commit 4d1fc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
install-deps:
sudo apt update
sudo apt install rustc cargo -y --fix-missing
cargo install mdbook mdbook-df mdbook-admonish
cargo install mdbook mdbook-pdf mdbook-admonish

pdf: all
cp -v ./book/pdf/output.pdf ./

0 comments on commit 4d1fc13

Please sign in to comment.