7 lines
98 B
Makefile
7 lines
98 B
Makefile
|
TARGET = hello_poly_gt_tw
|
||
|
|
||
|
SRCS = hello_poly_gt_tw.c \
|
||
|
../TIM/bousai.tim \
|
||
|
|
||
|
include ../common.mk
|