mirror of https://github.com/rusefi/ChibiOS.git
18 lines
525 B
Makefile
18 lines
525 B
Makefile
##############################################################################
|
|
# Multi-project makefile rules
|
|
#
|
|
|
|
all:
|
|
@echo
|
|
@echo === Building for STM32H563ZI-Nucleo144 =============================
|
|
+@make --no-print-directory -f make/stm32h563zi_nucleo144.make all
|
|
@echo ====================================================================
|
|
@echo
|
|
|
|
clean:
|
|
@echo
|
|
+@make --no-print-directory -f make/stm32h563zi_nucleo144.make clean
|
|
@echo
|
|
#
|
|
##############################################################################
|