mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
compile-only: Include genfiles and extra_targets
This commit is contained in:
parent
6908330005
commit
4d8ce13aa4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -728,7 +728,7 @@ top-all: $(TARGETS) $(EXTRA_TARGETS)
|
|||
@echo ""
|
||||
|
||||
.PHONY: compile-only
|
||||
compile-only: $(OBJS)
|
||||
compile-only: $(OBJS) $(GENFILES) $(EXTRA_TARGETS)
|
||||
@echo ""
|
||||
@echo " Compile successful."
|
||||
@echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue