Added FLOATS macro and fixed array bound error

This commit is contained in:
ceriel
1991-09-25 09:11:14 +00:00
parent de39f29d16
commit 8fc180e2b7
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,10 @@ SRC= bull.b buzzword.b checker.b creator.b grafiek.b gunner.b learn.b\
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 =
head:
for i in $(SRC) ; do runcmp $$i ; done
for i in $(SRC) ; do fp=$(FLOATS); export fp; runcmp $$i ; done
clean:
rm -f *.b.[rx] *.[dekmos]