updated; the int command now is an interpreter

This commit is contained in:
ceriel 1988-07-13 13:51:57 +00:00
parent ea7209f246
commit db95ccff91

View file

@ -5,14 +5,14 @@ NOFL =
all: testC testI
testI:
# int $(NOFL) t1.p; em
int $(NOFL) t2.p; em
int $(NOFL) t3.p; em e.out f1 f2 f3 f4 f5 f6
int $(NOFL) t4.p; em
int $(NOFL) t5.p; em
int $(NOFL) tstenc.p; em
int $(NOFL) tstgto.p; em
int $(NOFL) -.p callc.p cmod.c ; em
em22 $(NOFL) t1.p; int
em22 $(NOFL) t2.p; int
em22 $(NOFL) t3.p; int e.out f1 f2 f3 f4 f5 f6
em22 $(NOFL) t4.p; int
em22 $(NOFL) t5.p; int
em22 $(NOFL) tstenc.p; int
em22 $(NOFL) tstgto.p; int
em22 $(NOFL) -.p callc.p cmod.c ; int
rm -f e.out f? *.k
testC: