7 lines
93 B
Makefile
7 lines
93 B
Makefile
|
TARGET = hello_cubetex
|
||
|
|
||
|
SRCS = hello_cubetex.c \
|
||
|
../TIM/cubetex.tim \
|
||
|
|
||
|
include ../common.mk
|