add makefile

anna 1 year ago
parent 6d8f2f1832
commit cf3821d7fc
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -0,0 +1,13 @@
http: src/main.rs Cargo.toml Cargo.lock
cargo build --release
install: http
install target/release/http-util /usr/local/bin/http
ln -sf http /usr/local/bin/https
install http.1 /usr/local/share/man/man6/
clean:
cargo clean
all: http
Loading…
Cancel
Save