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
00e995187c48afe85ccd7f6db84b5e4e1d4cd0fe
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
9
%.8: %.go
10
8g $<
11