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