diff options
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile')
-rw-r--r-- | demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile | 4 |
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 31c1b55f6..f2939eaba 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 make/stm32f746_discovery.make all @echo ==================================================================== @echo clean: @echo - +@make --no-print-directory -f Makefile-stm32f746_discovery clean + +@make --no-print-directory -f make/stm32f746_discovery.make clean @echo # |