ChibiOS/testrt/VT_STORM/Makefile

19 lines
546 B
Makefile
Raw Normal View History

##############################################################################
# Multi-project makefile rules
#
all:
@echo
@echo === Building for STM32G474RE-Nucleo64 ==============================
+@make --no-print-directory -f ./make/stm32g474re_nucleo64.make all
@echo ====================================================================
@echo
clean:
@echo
-@make --no-print-directory -f ./make/stm32g474re_nucleo64.make clean
@echo
#
##############################################################################