summaryrefslogtreecommitdiff
path: root/mips
diff options
context:
space:
mode:
authorKathy Gray2015-12-22 12:49:32 +0000
committerKathy Gray2015-12-22 12:50:31 +0000
commit0ca565a91df971fac0f69b28d84def84174e1ccf (patch)
treeeb2d333d0dd57c59afed30eff7523afcf50ec7ed /mips
parentcb3bac47cecff155d88b93e840e20edb448afd65 (diff)
More gluing mips to interpreter
Diffstat (limited to 'mips')
-rw-r--r--mips/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mips/Makefile b/mips/Makefile
index 7bd20737..3042d331 100644
--- a/mips/Makefile
+++ b/mips/Makefile
@@ -59,6 +59,9 @@ $(BUILDDIR)mips_extras.ml:
$(LEM) -ocaml -only_changed_output -lib $(SAILDIR)/src/lem_interp/ $<
touch $@
+$(BUILDDIR)run_with_elf.ml:
+ cp $(SAILDIR)/src/lem_interp/run_with_elf.ml $@
+
$(BUILDDIR)/test.lem: test.sail $(SAIL) | $(BUILDDIR)
# if bash is detected we can print nicer errors
ifeq ($(SHELL),/bin/bash)