6 lines
140 B
Makefile
6 lines
140 B
Makefile
TARGET = xml_term_edit
|
|
SRC_CC = component.cc
|
|
LIBS = base libc
|
|
|
|
INC_DIR += $(PRG_DIR) $(call select_from_repositories,src/app/cli_monitor)
|