Skip to content

Commit 8c493d1

Browse files
Restore all: to being the default target. (#34)
Co-authored-by: Mark Fisher <[email protected]>
1 parent 454114a commit 8c493d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

makefiles/build.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ CHANGELOG = Changelog.md
129129
# global PLATFORM custom settings
130130
-include ./makefiles/custom-$(CURRENT_PLATFORM).mk
131131

132-
# allow for application specific config
133-
-include ./application.mk
134-
135132
.SUFFIXES:
136133
.PHONY: all clean release $(PROGRAM_TGT) $(ALL_TASKS)
137134

138135
all: $(ALL_TASKS) $(PROGRAM_TGT)
139136

137+
# allow for application specific config
138+
-include ./application.mk
139+
140140
-include $(DEPENDS)
141141

142142
$(OBJDIR):

0 commit comments

Comments
 (0)