From 3838fe74df628c6206e8f7fedc75e7628b6e2a6e Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 25 Feb 2022 10:58:52 +0100 Subject: [PATCH] cleanup --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 6c6fdeb7..ab16f269 100644 --- a/Makefile +++ b/Makefile @@ -52,13 +52,9 @@ fmt: cargo fmt -- --check clippy: - touch src/main.rs - 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 filetreelist cargo +nightly clippy --workspace --all-features check: fmt clippy test