repo.or.cz
/
pachi
/
peepo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
play_random_game(): Return score difference instead of just boolean
[pachi/peepo.git]
/
random
/
Makefile
blob
4f2b8253c88f5b01cbcec30d2333536882bb2bf5
1
INCLUDES
=-
I..
2
OBJS
=
random.o
3
4
all
:
random.a
5
random.a
: $(
OBJS
)
6
7
clean
:
8
rm
-
f
*
.o
*
.a
9
clean-profiled
:
10
rm
-
f
*
.gcda
*
.gcno
11
12
-
include
..
/
Makefile.lib