mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Add a build-rust alias to just rebuild the rust code.
This commit is contained in:
parent
1e66ab363a
commit
6e08807b54
@ -15,4 +15,10 @@ distclean-rust:
|
||||
$(CARGO) clean --quiet $(CARGO_ONLINE) )
|
||||
rm -rf "$(abs_top_builddir)/src/rust/registry"
|
||||
|
||||
if USE_RUST
|
||||
build-rust: src/rust/target/release/@TOR_RUST_STATIC_NAME@
|
||||
else
|
||||
build-rust:
|
||||
endif
|
||||
|
||||
FORCE:
|
||||
|
Loading…
Reference in New Issue
Block a user