Skip to content

Commit f0e3ff4

Browse files
committed
[exporters] update makefile build output directory to match mbed-cli and use the special reserved folder BUILD
1 parent 91361ec commit f0e3ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/makefile/Makefile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
RM = '$(SHELL)' -c "rm -rf \"$(1)\""
1414
endif
1515

16-
OBJDIR := .build
16+
OBJDIR := BUILD
1717
# Move to the build directory
1818
ifeq (,$(filter $(OBJDIR),$(notdir $(CURDIR))))
1919
.SUFFIXES:

0 commit comments

Comments
 (0)