diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-31 12:25:49 +0200 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-31 12:25:49 +0200 |
commit | abdf42573ac6e01432fdf69847f4259540c1a38d (patch) | |
tree | f3c5712bc2deff4aa118eabf6ab6e932e56bf678 /Makefile | |
parent | f11a0275a8e11a9e8393d8d64b45b62a1a018512 (diff) | |
download | qmk_firmware-abdf42573ac6e01432fdf69847f4259540c1a38d.tar.gz qmk_firmware-abdf42573ac6e01432fdf69847f4259540c1a38d.tar.xz |
Put the build output inside the root/.build directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |