6 lines
70 B
Makefile
6 lines
70 B
Makefile
VPATH+= ${TOPDIR}/common/thread
|
|
|
|
SRCS+= thread.cc
|
|
|
|
LDADD+= -lpthread
|
|
|