2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-15 00:12:50 +00:00
phetch/Makefile

12 lines
128 B
Makefile

.PHONY: build release
build:
cargo build
release:
cargo build --release
strip target/release/phetch
clean:
rm -rf target