diff options
author | Prashanth Mundkur <prashanth.mundkur@gmail.com> | 2018-05-22 08:26:33 -0700 |
---|---|---|
committer | Prashanth Mundkur <prashanth.mundkur@gmail.com> | 2018-05-22 08:26:33 -0700 |
commit | 77ac9cd8fc9cc8fec2dace129641c9bd7df104ea (patch) | |
tree | 6bfaa9bebc7fb6cccca6f33bb98b59e8dc23b513 /Makefile | |
parent | 59ed8153e47219da41abbae191e7a10671d901a2 (diff) | |
download | sail-riscv-77ac9cd8fc9cc8fec2dace129641c9bd7df104ea.zip sail-riscv-77ac9cd8fc9cc8fec2dace129641c9bd7df104ea.tar.gz sail-riscv-77ac9cd8fc9cc8fec2dace129641c9bd7df104ea.tar.bz2 |
Re-enable the RISC-V lem build, and switch the test-suite to use the platform build.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ SAIL_DIR ?= $(realpath ..) export SAIL_DIR -all: riscv.ml platform # Riscv.thy +all: riscv.ml platform Riscv.thy check: $(SAIL_SRCS) main.sail Makefile $(SAIL_DIR)/sail $(SAIL_SRCS) main.sail @@ -63,5 +63,6 @@ clean: Riscv_extras.thy -rm -f Riscv_duopod.thy Riscv_duopod_types.thy riscv_duopod.lem riscv_duopod_types.lem -rm -f riscvScript.sml riscv_typesScript.sml riscv_extrasScript.sml + -rm -f platform_main.native platform -Holmake cleanAll ocamlbuild -clean |