Permission policy for random plays is available now
[pachi.git] / uct / Makefile
blob5bc6b0cc717aaac1aa5c923fcdf92d7190d6433b
1 INCLUDES=-I..
2 OBJS=tree.o uct.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