Преглед изворни кода

Put the build output inside the root/.build directory

Fred Sundvik пре 9 година
родитељ
комит
abdf42573a
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Makefile

+ 2 - 1
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