time_in_byoyomi(): Rewrite, smoother to read and more flexible now
[pachi.git] / uct / Makefile
blob01e034e13e937b9d3dfc6b7bb9850668376fc32b
1 INCLUDES=-I..
2 OBJS=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