Skip to content

Commit

Permalink
chore: cleanup makefile (#4844)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Oct 4, 2024
1 parent e497b5a commit 2e06e38
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Redundancy tracked by #2991
install-cli:
cargo install --locked --path . --force

install-daemon:
cargo install --locked --path . --force

install:
cargo install --locked --path . --force


install-quick:
cargo install --profile quick --locked --path . --force

Expand Down Expand Up @@ -44,9 +36,6 @@ install-lint-tools-ci:

cargo binstall --no-confirm taplo-cli cargo-spellcheck cargo-audit

clean-all:
cargo clean

clean:
cargo clean

Expand All @@ -65,8 +54,6 @@ lint: license clean lint-clippy
taplo lint

# Don't bother linting different allocators
# Don't lint all permutations, just different versions of database, cns
# This should be simplified in #2984
# --quiet: don't show build logs
lint-clippy:
cargo clippy --all-targets --quiet --no-deps -- --deny=warnings
Expand Down

0 comments on commit 2e06e38

Please sign in to comment.