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