aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Norton <rmn30@cam.ac.uk>2020-02-21 11:32:20 +0000
committerRobert Norton <rmn30@cam.ac.uk>2020-02-26 12:33:32 +0000
commitc71ed5b110b13be9e656feeda2ac82d452b4fee9 (patch)
treefb3729e4de3891b083a45462e843f940c767da8e /Makefile
parentc2180d1c965b0ee1f3b1c43637f33cdef866f27f (diff)
downloadsail-riscv-c71ed5b110b13be9e656feeda2ac82d452b4fee9.zip
sail-riscv-c71ed5b110b13be9e656feeda2ac82d452b4fee9.tar.gz
sail-riscv-c71ed5b110b13be9e656feeda2ac82d452b4fee9.tar.bz2
Add convenience 'osim' target for ocaml emulator.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c38953..9494cc6 100644
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,8 @@ $(SOFTFLOAT_LIBS):
# convenience target
.PHONY: csim
csim: c_emulator/riscv_sim_$(ARCH)
+.PHONY: osim
+osim: ocaml_emulator/riscv_ocaml_sim_$(ARCH)
.PHONY: rvfi
rvfi: c_emulator/riscv_rvfi_$(ARCH)