8 lines
90 B
Makefile
8 lines
90 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
TARGET := stm32-h103
|
|
MODULES += \
|
|
app/tests \
|
|
app/shell
|
|
|