

thr_errno : thr_errno.C pkg.h
	CC -o $@ thr_errno.C -lthread



clean :
	/bin/rm -f thr_errno
