diff options
| author | Brian Campbell | 2018-05-17 11:42:55 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-05-17 11:42:55 +0100 |
| commit | fc99e8af769b98ffbc951b20c12fc9111f48cec5 (patch) | |
| tree | 4d604e3c2af947e55f46eb09bbfe18c7dc526459 /riscv/Makefile | |
| parent | 053717c7ac21d3ee86f8346896e6066d93730c1e (diff) | |
Tidy up HOL4 riscv a little
Diffstat (limited to 'riscv/Makefile')
| -rw-r--r-- | riscv/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/Makefile b/riscv/Makefile index 110236d7..0532bf09 100644 --- a/riscv/Makefile +++ b/riscv/Makefile @@ -43,6 +43,9 @@ riscvScript.sml : riscv.lem riscv_extras.lem riscv_types.lem \ riscv.lem +riscvTheory.uo riscvTheory.ui: riscvScript.sml + Holmake riscvTheory.uo + # we exclude prelude.sail here, most code there should move to sail lib LOC_FILES:=$(SAIL_SRCS) main.sail include ../etc/loc.mk @@ -53,3 +56,5 @@ clean: -rm -f Riscv.thy Riscv_types.thy \ 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 + -Holmake cleanAll |
