move all build into folder _build

This commit is contained in:
hathach
2019-05-24 12:04:47 +07:00
parent f4762ff012
commit 231773cae9
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ size: $(BUILD)/$(BOARD)-firmware.elf
-@echo ''
clean:
rm -rf build-$(BOARD)
rm -rf $(BUILD)
# Flash binary using Jlink
ifeq ($(OS),Windows_NT)