mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 07:14:55 +00:00
docs: Makefile tidying
examples and dots are now orthogonal.
This commit is contained in:
parent
2e1181a092
commit
468a019c30
12 changed files with 35 additions and 22 deletions
|
@ -238,7 +238,7 @@ Makefile-%: FORCE
|
|||
$(MAKE) -C $(@D) $(*F)
|
||||
|
||||
CODE_EXAMPLES := $(wildcard source/code_examples/*/Makefile)
|
||||
TEST_EXAMPLES := $(addsuffix -all,$(CODE_EXAMPLES))
|
||||
TEST_EXAMPLES := $(addsuffix -examples,$(CODE_EXAMPLES))
|
||||
CLEAN_EXAMPLES := $(addsuffix -clean,$(CODE_EXAMPLES))
|
||||
test-examples: $(TEST_EXAMPLES)
|
||||
clean-examples: $(CLEAN_EXAMPLES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue