3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-23 04:49:15 +00:00
This commit is contained in:
Miodrag Milanovic 2026-03-13 11:18:03 +01:00
parent f2e1ac23a2
commit 80fff7ce09

View file

@ -96,10 +96,9 @@ abcopt-./%: %/run-test.sh
makefile-tests: $(MK_TEST_DIRS:%=makefile-./%)
prep: $(MK_TEST_DIRS:%=%/Makefile)
@echo "All Makefiles generated."
# this target actually emits Makefile files
.PHONY: force-create
force-create:
.PHONY: force-create
# this target actually emits Makefile files
%/Makefile: force-create
+@cd $* && python3 generate_mk.py