Distributed engine: log number of replies and threads. Align time.
[pachi.git] / uct / Makefile
bloba944dce62b7ddb6ba746b2f73793288e4512e927
1 INCLUDES=-I..
2 OBJS=dynkomi.o tree.o uct.o prior.o walk.o
4 all: uct.a
5 uct.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib