diff options
Diffstat (limited to 'core/main.mk')
-rw-r--r-- | core/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk index b1a54ef..4c772bb 100644 --- a/core/main.mk +++ b/core/main.mk @@ -148,7 +148,7 @@ endif # These are the modifier targets that don't do anything themselves, but # change the behavior of the build. # (must be defined before including definitions.make) -INTERNAL_MODIFIER_TARGETS := showcommands checkbuild +INTERNAL_MODIFIER_TARGETS := showcommands checkbuild all # Bring in standard build system definitions. include $(BUILD_SYSTEM)/definitions.mk |