diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-31 13:25:49 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-31 13:25:49 +0300 |
| commit | abdf42573ac6e01432fdf69847f4259540c1a38d (patch) | |
| tree | f3c5712bc2deff4aa118eabf6ab6e932e56bf678 | |
| parent | f11a0275a8e11a9e8393d8d64b45b62a1a018512 (diff) | |
| download | qmk_firmware-abdf42573ac6e01432fdf69847f4259540c1a38d.tar.gz qmk_firmware-abdf42573ac6e01432fdf69847f4259540c1a38d.zip | |
Put the build output inside the root/.build directory
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -140,7 +140,8 @@ ifdef SUBPROJECT | |||
| 140 | else | 140 | else |
| 141 | TARGET ?= $(KEYBOARD)_$(KEYMAP) | 141 | TARGET ?= $(KEYBOARD)_$(KEYMAP) |
| 142 | endif | 142 | endif |
| 143 | BUILD_DIR = .build | 143 | |
| 144 | BUILD_DIR = $(TOP_DIR)/.build | ||
| 144 | 145 | ||
| 145 | # Object files directory | 146 | # Object files directory |
| 146 | # To put object files in current directory, use a dot (.), do NOT make | 147 | # To put object files in current directory, use a dot (.), do NOT make |
