Skip to content

Commit

Permalink
Separate build and install targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hoop33 committed Apr 10, 2019
1 parent 7ee749d commit a90439c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
@@ -1,5 +1,8 @@
install:
build:
cargo build --release
install: build
sudo cp target/release/onefetch /usr/local/bin
uninstall:
sudo rm -f /usr/local/bin/onefetch
clean:
cargo clean

0 comments on commit a90439c

Please sign in to comment.