7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
TARGET = tiny-2d-updates.img
|
||
|
|
||
|
APP_SOURCES = main.c
|
||
|
|
||
|
LIB_DIR = ../../lib
|
||
|
include $(LIB_DIR)/Makefile.rules
|