9 lines
121 B
Makefile
9 lines
121 B
Makefile
TARGET = hello_sprt
|
|
|
|
SRCS = hello_sprt.c \
|
|
../TIM/TIM16.tim \
|
|
../TIM/TIM8.tim \
|
|
../TIM/TIM4.tim \
|
|
|
|
include ../common.mk
|