aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-05-22 08:26:33 -0700
committerPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-05-22 08:26:33 -0700
commit77ac9cd8fc9cc8fec2dace129641c9bd7df104ea (patch)
tree6bfaa9bebc7fb6cccca6f33bb98b59e8dc23b513 /Makefile
parent59ed8153e47219da41abbae191e7a10671d901a2 (diff)
downloadsail-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c80c075..4bdbb71 100644
--- a/Makefile
+++ b/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