diff options
| author | Prashanth Mundkur | 2018-05-22 08:26:33 -0700 |
|---|---|---|
| committer | Prashanth Mundkur | 2018-05-22 08:26:33 -0700 |
| commit | f87597747784a838f5373132e78c3b3c0c13f320 (patch) | |
| tree | c30d9959316a992b74e842f83f4c51bdade2fba5 /riscv/Makefile | |
| parent | 0096e16fae43a673cb1c9d7ad581874a4020c73f (diff) | |
Re-enable the RISC-V lem build, and switch the test-suite to use the platform build.
Diffstat (limited to 'riscv/Makefile')
| -rw-r--r-- | riscv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/riscv/Makefile b/riscv/Makefile index c80c0758..4bdbb71a 100644 --- a/riscv/Makefile +++ b/riscv/Makefile @@ -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 |
