basic make install

pull/6/head
dvkt 4 years ago
parent c3d1bd29a7
commit 7bdd304c3b

@ -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

Loading…
Cancel
Save