5 lines
93 B
Makefile
5 lines
93 B
Makefile
TARGET = report_rom
|
|
SRC_CC = main.cc
|
|
LIBS = base server config
|
|
INC_DIR += $(PRG_DIR)
|