diff --git a/Makefile b/Makefile index 4b5b69680..03e7df9a5 100644 --- a/Makefile +++ b/Makefile @@ -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