]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add cargo config (https://github.com/rust-lang/cargo/issues/10583)
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 12:02:50 +0000 (16:02 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 12:02:50 +0000 (16:02 +0400)
.cargo/config.toml [new file with mode: 0644]
Makefile

diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644 (file)
index 0000000..656e08b
--- /dev/null
@@ -0,0 +1,2 @@
+[net]
+git-fetch-with-cli = true
\ No newline at end of file
index a8faa42b920b498538a703a0ac7d7e2f15b1a808..0aa703359de7543f0b6210b47fcf28441b34f1be 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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