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
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""