10 lines
162 B
Makefile
10 lines
162 B
Makefile
TARGET = hello_sprt
|
|
|
|
SRCS = hello_sprt.c \
|
|
../TIM/TIM16.tim \
|
|
../TIM/TIM8.tim \
|
|
../TIM/TIM4.tim \
|
|
|
|
include ../common.mk
|
|
include ../thirdparty/nugget/common.mk \
|