9 lines
104 B
Makefile
9 lines
104 B
Makefile
|
TARGET = hello_fx
|
||
|
|
||
|
SRCS = hello_fx.c \
|
||
|
TIM/cube.tim \
|
||
|
TIM/sky.tim \
|
||
|
TIM/bg.tim \
|
||
|
|
||
|
include ../common.mk
|