We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6306e4f + 7317885 commit d78cccfCopy full SHA for d78cccf
2 files changed
Makefile
@@ -36,7 +36,7 @@ test-packages:
36
-p lucet-validate
37
38
.PHONY: test-full
39
-test-full: indent-check test-except-fuzz test-fuzz book
+test-full: indent-check audit book test-except-fuzz test-fuzz
40
41
.PHONY: test-except-fuzz
42
test-except-fuzz: test-packages
@@ -57,8 +57,8 @@ fuzz:
57
cargo run --release -p lucet-wasi-fuzz -- fuzz --num-tests=$(FUZZ_NUM_TESTS)
58
59
.PHONY: book
60
+book:
61
mdbook build docs
- mdbook test docs
62
63
.PHONY: bench
64
bench:
docs/src/Compiling-on-Linux.md
@@ -64,7 +64,7 @@ apt install curl ca-certificates clang lld cmake
65
On Arch Linux:
66
67
-```
+```sh
68
pacman -S curl clang lld cmake
69
```
70
0 commit comments