Skip to content

Commit 6720c95

Browse files
committed
change default target in Makefile
1 parent 00444fd commit 6720c95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
build:
2-
cargo build --release --features=fail-on-deprecated
3-
41
install:
52
cargo install --path "." --features=fail-on-deprecated
63

4+
build:
5+
cargo build --release --features=fail-on-deprecated
6+
77
uninstall:
88
cargo uninstall onefetch
99

0 commit comments

Comments
 (0)