aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Campbell <Brian.Campbell@ed.ac.uk>2018-05-17 11:42:55 +0100
committerBrian Campbell <Brian.Campbell@ed.ac.uk>2018-05-17 11:42:55 +0100
commit5cea1721648d78f2fea40809f96d2188ac241c2a (patch)
tree29eeb27a4071addb77180a970cc9f0f0cfa4f5e8 /Makefile
parent5df3ec6358bc3af4d92c2ba832fe545dad92dff9 (diff)
downloadsail-riscv-5cea1721648d78f2fea40809f96d2188ac241c2a.zip
sail-riscv-5cea1721648d78f2fea40809f96d2188ac241c2a.tar.gz
sail-riscv-5cea1721648d78f2fea40809f96d2188ac241c2a.tar.bz2
Tidy up HOL4 riscv a little
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 110236d..0532bf0 100644
--- a/Makefile
+++ b/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