1985-01-24 11:27:36 +00:00
|
|
|
SRC= bull.b buzzword.b checker.b creator.b grafiek.b gunner.b learn.b\
|
|
|
|
opg1.b opg2.b opg3.b opg4.b opg5.b opg6.b som4.b test01.b test02.b\
|
|
|
|
test03.b test04.b test05.b test06.b test07.b test08.b test09.b\
|
|
|
|
test10.b test11.b test12.b test13.b test14.b test15.b test16.b\
|
1985-01-24 22:34:31 +00:00
|
|
|
test17.b test19.b test20.b test21.b test22.b test23.b\
|
1985-01-24 11:27:36 +00:00
|
|
|
test24.b test25.b test26.b test27.b test28.b test29.b test30.b\
|
|
|
|
test31.b test32.b test33.b test34.b test35.b
|
|
|
|
|
1991-09-25 09:11:14 +00:00
|
|
|
#FLOATS = -fp
|
|
|
|
FLOATS =
|
|
|
|
|
1985-01-24 11:27:36 +00:00
|
|
|
head:
|
1991-09-25 09:11:14 +00:00
|
|
|
for i in $(SRC) ; do fp=$(FLOATS); export fp; runcmp $$i ; done
|
1985-01-24 21:25:57 +00:00
|
|
|
clean:
|
1985-01-25 16:19:13 +00:00
|
|
|
rm -f *.b.[rx] *.[dekmos]
|