summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8faa42..0aa7033 100644
--- 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