8 lines
133 B
Makefile
8 lines
133 B
Makefile
|
TARGET = hello_poly_ft
|
||
|
|
||
|
SRCS = hello_poly_ft.c \
|
||
|
../TIM/bousai.tim \
|
||
|
|
||
|
include ../common.mk
|
||
|
include ../thirdparty/nugget/common.mk \
|