7 lines
143 B
Makefile
7 lines
143 B
Makefile
|
TARGET = video-formats.img
|
||
|
|
||
|
APP_SOURCES = main.c screen.png.data.o wols4x3.yuv.z.data.o
|
||
|
|
||
|
LIB_DIR = ../../lib
|
||
|
include $(LIB_DIR)/Makefile.rules
|