8 lines
117 B
Makefile
8 lines
117 B
Makefile
TARGET = gmr-test.img
|
|
VMX_MEMSIZE = 128
|
|
|
|
APP_SOURCES = main.c
|
|
|
|
LIB_DIR = ../../lib
|
|
include $(LIB_DIR)/Makefile.rules
|