8 lines
134 B
Makefile
8 lines
134 B
Makefile
|
TARGET = hello_cubetex
|
||
|
|
||
|
SRCS = hello_cubetex.c \
|
||
|
../TIM/cubetex.tim \
|
||
|
|
||
|
include ../common.mk
|
||
|
include ../thirdparty/nugget/common.mk \
|