diff options
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/QSPI-MFS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile b/testhal/STM32/multi/QSPI-MFS/Makefile index a37636077..541f5f17f 100644 --- a/testhal/STM32/multi/QSPI-MFS/Makefile +++ b/testhal/STM32/multi/QSPI-MFS/Makefile @@ -5,13 +5,13 @@ all:
@echo
@echo === Building for STM32L476-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32l476_discovery all
+ +@make --no-print-directory -f Makefile-stm32l476_discovery all
@echo ====================================================================
@echo
clean:
@echo
- -@make --no-print-directory -f Makefile-stm32l476_discovery clean
+ +@make --no-print-directory -f Makefile-stm32l476_discovery clean
@echo
#
|