mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-08 23:35:08 +00:00
Makefile: clean unit test on clean, ensure prepared to fix parallelism
This commit is contained in:
parent
a2aeef6c96
commit
2bf7aac9d1
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1135,7 +1135,7 @@ DOC_TARGET ?= html
|
|||
docs: docs/prep
|
||||
$(Q) $(MAKE) -C docs $(DOC_TARGET)
|
||||
|
||||
clean: clean-py
|
||||
clean: clean-py clean-unit-test
|
||||
rm -rf share
|
||||
rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS)
|
||||
rm -f kernel/version_*.o kernel/version_*.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue