Skip to content

Commit

Permalink
remove unnecessary make
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkilic committed Feb 2, 2024
1 parent accbb91 commit bc8872b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ fix:
check:
cargo fmt -- --check
cargo clippy -- -D warnings

check-fuzz: ## Checks that fuzz member compiles
$(MAKE) -C fuzz check

lint:
cargo +nightly fmt --all --check
cargo check --all-targets --all-features
$(MAKE) check-fuzz
cargo clippy --all-targets --all-features

lint-fix:
Expand Down

0 comments on commit bc8872b

Please sign in to comment.