repo.or.cz
/
pachi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Distributed engine: the master reads and writes binary arguments
[pachi.git]
/
distributed
/
Makefile
blob
25b1150e67dd1337786f463d39234fa33949356b
1
INCLUDES
=-
I..
2
OBJS
=
distributed.o protocol.o
3
4
all
:
distributed.a
5
distributed.a
: $(
OBJS
)
6
7
clean
:
8
rm
-
f
*
.o
*
.a
9
clean-profiled
:
10
rm
-
f
*
.gcda
*
.gcno
11
12
-
include
..
/
Makefile.lib