We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f873d commit b483eeeCopy full SHA for b483eee
Makefile
@@ -1,5 +1,3 @@
1
-RUSTFLAGS="-C target-feature=+crt-static"
2
-
3
all: build
4
.PHONY: all
5
@@ -11,8 +9,8 @@ clean:
11
9
cargo clean
12
10
13
lint:
14
- cargo fmt --all
15
- cargo clippy --all --all-targets -- -D warnings -A clippy::upper_case_acronyms
+ cargo fmt --all --check
+ cargo clippy --all --all-targets -- -D warnings
16
17
license:
18
./scripts/add_license.sh
README.md
@@ -15,8 +15,7 @@ See the [Project Website](https://fvm.filecoin.io/) for details.
```sh
$ git clone https://github.com/filecoin-project/ref-fvm.git
-$ cd fvm
19
-$ rustup target add wasm32-unknown-unknown
+$ cd ref-fvm
20
$ make
21
```
22
0 commit comments