removed tst.ocm; did not compile

This commit is contained in:
ceriel 1991-09-25 15:03:05 +00:00
parent b40fd1c8d9
commit aa24841c87
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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