Skip to content

Commit

Permalink
Makefile cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 4, 2024
1 parent a5ecd81 commit e553ec3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cicd-lint:
@cargo clippy --all-targets --all-features -- --no-deps -D clippy::all

check:
@cargo deny check
@cargo +nightly udeps

test:
Expand Down Expand Up @@ -59,14 +58,6 @@ publish:
nightly:
@rustup toolchain install nightly

install-cargo-deny:
@echo ">> Installing cargo deny ..."
@cargo install --locked cargo-deny

setup-cargo-deny: install-cargo-deny
@echo ">> Setting up cargo deny ..."
@cargo deny init

install-udeps:
@echo ">> Setting up cargo udeps ..."
@cargo install cargo-udeps --locked
Expand Down

0 comments on commit e553ec3

Please sign in to comment.