7 lines
105 B
Makefile
7 lines
105 B
Makefile
TARGET = resolution-set.img
|
|
|
|
APP_SOURCES = main.c
|
|
|
|
LIB_DIR = ../../lib
|
|
include $(LIB_DIR)/Makefile.rules
|