local phetch

pull/6/head
dvkt 4 years ago
parent f47bf05e36
commit 3ea5e874b0

1
.gitignore vendored

@ -1,2 +1,3 @@
/target
**/*.rs.bk
phetch

@ -1,10 +1,11 @@
.PHONY: build release run
run:
cargo run
run: phetch
./phetch
build:
phetch:
cargo build
cp target/debug/phetch .
release:
cargo build --release
@ -12,3 +13,4 @@ release:
clean:
rm -rf target
fm -f phetch

Loading…
Cancel
Save