From b46a1e5328ddfdfc940a95bd2b92510648bc37de Mon Sep 17 00:00:00 2001 From: Zrley Zhao Date: Fri, 17 Jan 2020 19:18:05 +0800 Subject: [PATCH] build error test --- targets/Cloud_STM32F429IGTx_FIRE/GCC/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/Cloud_STM32F429IGTx_FIRE/GCC/Makefile b/targets/Cloud_STM32F429IGTx_FIRE/GCC/Makefile index 03b7dd011..7ba9da42c 100644 --- a/targets/Cloud_STM32F429IGTx_FIRE/GCC/Makefile +++ b/targets/Cloud_STM32F429IGTx_FIRE/GCC/Makefile @@ -672,6 +672,7 @@ endif # default action: build all all: $(BUILD_DIR)/$(TARGET).elf $(BUILD_DIR)/$(TARGET).hex $(BUILD_DIR)/$(TARGET).bin + $(error test build error) ####################################### # build the application