repo.or.cz
/
3hU9fRjo95.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tudo pronto
[3hU9fRjo95.git]
/
makefile
blob
9f53c9dee4c7abd2617479e75b3580f8783e63e7
1
PROG
=
pc_channel pc_mutex pc_sem pc_monitor pc_monitor_cond pc_channel_multi
2
3
all
: $(
PROG
)
4
5
%: %
.8
6
8l
-
o
$
@
$<
7
8
%
.8
: %
.go
9
8
g
$<
10