mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-08 18:11:00 +00:00
cleanup
This commit is contained in:
parent
f2e1ac23a2
commit
80fff7ce09
1 changed files with 2 additions and 3 deletions
|
|
@ -96,10 +96,9 @@ abcopt-./%: %/run-test.sh
|
||||||
makefile-tests: $(MK_TEST_DIRS:%=makefile-./%)
|
makefile-tests: $(MK_TEST_DIRS:%=makefile-./%)
|
||||||
prep: $(MK_TEST_DIRS:%=%/Makefile)
|
prep: $(MK_TEST_DIRS:%=%/Makefile)
|
||||||
@echo "All Makefiles generated."
|
@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
|
%/Makefile: force-create
|
||||||
+@cd $* && python3 generate_mk.py
|
+@cd $* && python3 generate_mk.py
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue