3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

compile-only: Include genfiles and extra_targets

This commit is contained in:
Krystine Sherwin 2024-04-30 11:18:42 +12:00
parent 6908330005
commit 4d8ce13aa4
No known key found for this signature in database

View file

@ -728,7 +728,7 @@ top-all: $(TARGETS) $(EXTRA_TARGETS)
@echo "" @echo ""
.PHONY: compile-only .PHONY: compile-only
compile-only: $(OBJS) compile-only: $(OBJS) $(GENFILES) $(EXTRA_TARGETS)
@echo "" @echo ""
@echo " Compile successful." @echo " Compile successful."
@echo "" @echo ""