We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ee749d + a90439c commit cb75affCopy full SHA for cb75aff
Makefile
@@ -1,5 +1,8 @@
1
-install:
+build:
2
cargo build --release
3
+install: build
4
sudo cp target/release/onefetch /usr/local/bin
5
uninstall:
6
sudo rm -f /usr/local/bin/onefetch
7
+clean:
8
+ cargo clean
0 commit comments