10 lines
169 B
Makefile
10 lines
169 B
Makefile
TARGET = hello_cubetex_stp
|
|
|
|
SRCS = hello_cubetex_stp.c \
|
|
TIM/stpOnBlack.tim \
|
|
TIM/stpOnNonBlack.tim \
|
|
TIM/stpOn8bpp.tim \
|
|
#~ TIM/stpOnAlpha.tim \
|
|
|
|
include ../common.mk
|