Skip to content

Commit

Permalink
add cargo config (rust-lang/cargo#10583)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCoder committed Jan 16, 2023
1 parent 39fc02e commit cceb597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[net]
git-fetch-with-cli = true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ endif
PROJECTS = $(shell find exes/ -mindepth 1 -maxdepth 1 -type d -printf '%f\n')

# Static libraries
target/release/lib%.a:
target/release/lib%.a: libs/%
cargo build --release -p $*

# Executables
Expand Down

0 comments on commit cceb597

Please sign in to comment.