summaryrefslogtreecommitdiff
path: root/test/fuzz/rules.mk
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-07-02 18:15:37 +0700
committerGitHub <[email protected]>2025-07-02 18:15:37 +0700
commit963971c6aa14411f0cc6f0c4f727d199c738e2a5 (patch)
tree45124e4246dd415bcab22119fa6b21f9ff363be3 /test/fuzz/rules.mk
parent0d6cb38163692fa8795d75b8eda9454c579bea4a (diff)
parenta52e5ce99aa4fba305e5b8639360d5b3990d7475 (diff)
Merge pull request #3157 from hathach/update-buildsystem
Update buildsystem
Diffstat (limited to 'test/fuzz/rules.mk')
-rw-r--r--test/fuzz/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/rules.mk b/test/fuzz/rules.mk
index ee91c706d..562969663 100644
--- a/test/fuzz/rules.mk
+++ b/test/fuzz/rules.mk
@@ -142,7 +142,7 @@ endif
# get depenecies
.PHONY: get-deps
get-deps:
- $(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
+ $(PYTHON) $(TOP)/tools/get_deps.py $(FAMILY)
size: $(BUILD)/$(PROJECT)
-@echo ''