done with the source
[3hU9fRjo95.git] / makefile~
blob126908f1a41729c5fd42dbe0fd01a4df84553155
1 PROG = pc_channel
3 all: $(PROG)
4         ./$<
6 %: %.8
7         8l -o $@ $<
8         ./$@
10 %.8: %.go
11         8g $<