This commit is contained in:
MatthieuCoder 2023-01-16 16:02:50 +04:00
parent 39fc02eb3a
commit cceb597c45
2 changed files with 3 additions and 1 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[net]
git-fetch-with-cli = true

View file

@ -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