stm32-ada/examples/Makefile
2023-11-09 19:46:56 +03:00

8 lines
No EOL
133 B
Makefile

all :
cd lcd_demo; make all
cd led_flasher; make all
cd sdram_test; make all
cd spi_lcd; make all
cd uart; make all
.PHONY: all