UCT Tree: Unique id for tree nodes for debugging
[pachi.git] / uct / policy / Makefile
blob0acf99bdb3c6c66afac8a6828e6a3a9d96f9d61f
1 INCLUDES=-I../..
2 OBJS=ucb1.o ucb1tuned.o ucb1amaf.o
4 all: uctpolicy.a
5 uctpolicy.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../../Makefile.lib