CC = CC

printmsg : printmsg.C
	$(CC) -o $@ printmsg.C -lthread


clean :
	/bin/rm -f printmsg
