9 lines
145 B
Makefile
9 lines
145 B
Makefile
TARGET = hello_cubetex_stp
|
|
|
|
SRCS = hello_cubetex_stp.c \
|
|
TIM/stpOnBlack.tim \
|
|
TIM/stpOnNonBlack.tim \
|
|
TIM/stpOn8bpp.tim \
|
|
|
|
include ../common.mk
|