repo.or.cz
/
pachi
/
pachi-r6144.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some tests regarding the 110713 game. Turns out that pachi-my made fewer mistakes...
[pachi/pachi-r6144.git]
/
uct
/
policy
/
Makefile
blob
845e48c3aa956934288267cac5de4ea1c0b2d9d2
1
INCLUDES
=-
I..
/
..
2
OBJS
=
generic.o ucb1.o ucb1amaf.o
3
4
all
:
uctpolicy.a
5
uctpolicy.a
: $(
OBJS
)
6
7
clean
:
8
rm
-
f
*
.o
*
.a
9
clean-profiled
:
10
rm
-
f
*
.gcda
*
.gcno
11
12
-
include
..
/
..
/
Makefile.lib