From f8f41561bc94b4a9576f7cde2d404527798e8ecc Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:18:42 +1200 Subject: [PATCH] compile-only: Include genfiles and extra_targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d23b0ea9bb..c217dcb222b 100644 --- a/Makefile +++ b/Makefile @@ -737,7 +737,7 @@ top-all: $(TARGETS) $(EXTRA_TARGETS) @echo "" .PHONY: compile-only -compile-only: $(OBJS) +compile-only: $(OBJS) $(GENFILES) $(EXTRA_TARGETS) @echo "" @echo " Compile successful." @echo ""