aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
index 361f2cafc..31c1b55f6 100644
--- a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
+++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile
@@ -5,13 +5,13 @@
all:
@echo
@echo === Building for STM32F746-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32f746_discovery all
+ +@make --no-print-directory -f Makefile-stm32f746_discovery all
@echo ====================================================================
@echo
clean:
@echo
- -@make --no-print-directory -f Makefile-stm32f746_discovery clean
+ +@make --no-print-directory -f Makefile-stm32f746_discovery clean
@echo
#