8 lines
147 B
Makefile
8 lines
147 B
Makefile
|
TARGET = screen-render-test.img
|
||
|
VMX_MEMSIZE = 16
|
||
|
|
||
|
APP_SOURCES = main.c wols4x3.yuv.z.data.o
|
||
|
|
||
|
LIB_DIR = ../../lib
|
||
|
include $(LIB_DIR)/Makefile.rules
|