Skip to content

Commit cceb597

Browse files
committed
add cargo config (rust-lang/cargo#10583)
1 parent 39fc02e commit cceb597

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[net]
2+
git-fetch-with-cli = true

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif
55
PROJECTS = $(shell find exes/ -mindepth 1 -maxdepth 1 -type d -printf '%f\n')
66

77
# Static libraries
8-
target/release/lib%.a:
8+
target/release/lib%.a: libs/%
99
cargo build --release -p $*
1010

1111
# Executables

0 commit comments

Comments
 (0)