change /_build dir location

pull/1145/head
Gabriel Burnworth 2020-02-06 14:18:30 -08:00 committed by GitHub
parent 5ef053aeec
commit ed32625f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PREFIX=$(PWD)/priv
BUILD=$(PWD)/_build
ARDUINO_SRC_DIR=$(PWD)/c_src/farmbot-arduino-firmware
BUILD=$(ARDUINO_SRC_DIR)/_build
.PHONY: all clean fbos_arduino_firmware
@ -24,4 +24,4 @@ $(PREFIX):
mkdir -p $(PREFIX)
$(BUILD):
mkdir -p $(BUILD)
mkdir -p $(BUILD)