[exporters] update makefile build output directory to match mbed-cli and use the special reserved folder BUILD

pull/3287/head
Sam Grove 2016-11-18 00:25:01 -06:00
parent 91361ec39a
commit f0e3ff4909
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ else
RM = '$(SHELL)' -c "rm -rf \"$(1)\""
endif
OBJDIR := .build
OBJDIR := BUILD
# Move to the build directory
ifeq (,$(filter $(OBJDIR),$(notdir $(CURDIR))))
.SUFFIXES: