diff --git a/Makefile b/Makefile index aac1e80..16a0690 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ dev: debug debug: target/debug/phetch release: target/release/phetch +install: release + cp phetch ~/bin target/debug/phetch: src/*.rs cargo build