ack/lang/basic/test/Makefile

16 lines
568 B
Makefile
Raw Normal View History

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\
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
#FLOATS = -fp
FLOATS =
1985-01-24 11:27:36 +00:00
head:
for i in $(SRC) ; do fp=$(FLOATS); export fp; runcmp $$i ; done
1985-01-24 21:25:57 +00:00
clean:
rm -f *.b.[rx] *.[dekmos]