Put the build output inside the root/.build directory
This commit is contained in:
parent
f11a0275a8
commit
abdf42573a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue