removed tst.ocm; did not compile
This commit is contained in:
parent
b40fd1c8d9
commit
aa24841c87
|
@ -7,6 +7,5 @@ key.ocm
|
||||||
lifegame.ocm
|
lifegame.ocm
|
||||||
matmul.ocm
|
matmul.ocm
|
||||||
sort.ocm
|
sort.ocm
|
||||||
tst.ocm
|
|
||||||
use_prnt.ocm
|
use_prnt.ocm
|
||||||
xxtoy.ocm
|
xxtoy.ocm
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.ocm.o:
|
.ocm.o:
|
||||||
ack -c $<
|
ack -c $<
|
||||||
|
|
||||||
ALL = Huffman aatob copy key lifegame matmul sort tst use_prnt xxtoy
|
ALL = Huffman aatob copy key lifegame matmul sort use_prnt xxtoy
|
||||||
|
|
||||||
all: $(ALL)
|
all: $(ALL)
|
||||||
|
|
||||||
|
@ -38,5 +38,3 @@ matmul: matmul.o
|
||||||
ack -.ocm -o matmul matmul.o
|
ack -.ocm -o matmul matmul.o
|
||||||
sort: sort.o
|
sort: sort.o
|
||||||
ack -.ocm -o sort sort.o
|
ack -.ocm -o sort sort.o
|
||||||
tst: tst.o
|
|
||||||
ack -.ocm -o tst tst.o
|
|
||||||
|
|
Loading…
Reference in a new issue