updated; the int command now is an interpreter
This commit is contained in:
parent
ea7209f246
commit
db95ccff91
1 changed files with 8 additions and 8 deletions
|
@ -5,14 +5,14 @@ NOFL =
|
||||||
all: testC testI
|
all: testC testI
|
||||||
|
|
||||||
testI:
|
testI:
|
||||||
# int $(NOFL) t1.p; em
|
em22 $(NOFL) t1.p; int
|
||||||
int $(NOFL) t2.p; em
|
em22 $(NOFL) t2.p; int
|
||||||
int $(NOFL) t3.p; em e.out f1 f2 f3 f4 f5 f6
|
em22 $(NOFL) t3.p; int e.out f1 f2 f3 f4 f5 f6
|
||||||
int $(NOFL) t4.p; em
|
em22 $(NOFL) t4.p; int
|
||||||
int $(NOFL) t5.p; em
|
em22 $(NOFL) t5.p; int
|
||||||
int $(NOFL) tstenc.p; em
|
em22 $(NOFL) tstenc.p; int
|
||||||
int $(NOFL) tstgto.p; em
|
em22 $(NOFL) tstgto.p; int
|
||||||
int $(NOFL) -.p callc.p cmod.c ; em
|
em22 $(NOFL) -.p callc.p cmod.c ; int
|
||||||
rm -f e.out f? *.k
|
rm -f e.out f? *.k
|
||||||
|
|
||||||
testC:
|
testC:
|
||||||
|
|
Loading…
Add table
Reference in a new issue