mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove useless path change
This commit is contained in:
parent
b1ec9c26c7
commit
c1aec4527c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -136,6 +136,6 @@ install-rust:
|
||||||
|
|
||||||
rust-ext:
|
rust-ext:
|
||||||
[ "$$READTHEDOCS" != "True" ] || $(MAKE) install-rust
|
[ "$$READTHEDOCS" != "True" ] || $(MAKE) install-rust
|
||||||
cd ./rust && PATH="$$HOME/.cargo/bin/:$$PATH" cargo build --release
|
cd ./rust && cargo build --release
|
||||||
|
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue