summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8839c60b..3eaafd55 100644
--- a/Makefile
+++ b/Makefile
@@ -45,12 +45,12 @@ fmt:
clippy:
touch src/main.rs
- cargo clean -p gitui -p asyncgit -p scopetime -p filetree
+ cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
cargo clippy --workspace --all-features
clippy-nightly:
touch src/main.rs
- cargo clean -p gitui -p asyncgit -p scopetime -p filetree
+ cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
cargo +nightly clippy --workspace --all-features
check: fmt clippy test