Skip to content

Commit

Permalink
change default target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Dec 2, 2023
1 parent 00444fd commit 6720c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
build:
cargo build --release --features=fail-on-deprecated

install:
cargo install --path "." --features=fail-on-deprecated

build:
cargo build --release --features=fail-on-deprecated

uninstall:
cargo uninstall onefetch

Expand Down

0 comments on commit 6720c95

Please sign in to comment.