repo.or.cz
/
pachi
/
json.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
board_print_custom: construct a string and print it in one
[pachi/json.git]
/
distributed
/
Makefile
blob
4c91b240099c67e0ef1d5c02605f207a0c09f693
1
INCLUDES
=-
I..
2
OBJS
=
distributed.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