6 lines
93 B
Makefile
6 lines
93 B
Makefile
VPATH+= ${TOPDIR}/common
|
|
|
|
SRCS+= buffer.cc
|
|
SRCS+= log.cc
|
|
|
|
CXXFLAGS+=-include common/common.h
|