Put the build output inside the root/.build directory

master
Fred Sundvik 8 years ago
parent f11a0275a8
commit abdf42573a

@ -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…
Cancel
Save