Put the build output inside the root/.build directory

master
Fred Sundvik 2016-07-31 13:25:49 +03:00
parent f11a0275a8
commit abdf42573a
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,8 @@ ifdef SUBPROJECT
else
TARGET ?= $(KEYBOARD)_$(KEYMAP)
endif
BUILD_DIR = .build
BUILD_DIR = $(TOP_DIR)/.build
# Object files directory
# To put object files in current directory, use a dot (.), do NOT make