1
0
mirror of synced 2026-04-30 21:50:07 +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

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