Skip to content

Commit

Permalink
compile-only: Include genfiles and extra_targets
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Apr 29, 2024
1 parent b7f2e00 commit f8f4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit f8f4156

Please sign in to comment.