mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-29 18:18:21 +00:00
Regression tests in interpretation only
This commit is contained in:
parent
1cfd3123be
commit
5527013a7f
15 changed files with 38 additions and 28 deletions
|
|
@ -5,7 +5,7 @@ OCAMLDEP = ocamlfind dep
|
|||
SOURCES = Language.ml SM.ml X86.ml Driver.ml
|
||||
CAMLP5 = -syntax camlp5o -package ostap.syntax,GT.syntax.all
|
||||
PXFLAGS = $(CAMLP5)
|
||||
BFLAGS = -rectypes
|
||||
BFLAGS = -rectypes -g
|
||||
OFLAGS = $(BFLAGS)
|
||||
|
||||
all: .depend $(TOPFILE).opt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue