8 lines
119 B
Makefile
8 lines
119 B
Makefile
|
TARGET = screen-text.img
|
||
|
VMX_MEMSIZE = 16
|
||
|
|
||
|
APP_SOURCES = main.c
|
||
|
|
||
|
LIB_DIR = ../../lib
|
||
|
include $(LIB_DIR)/Makefile.rules
|