diff options
Diffstat (limited to 'riscv/Holmakefile')
| -rw-r--r-- | riscv/Holmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/riscv/Holmakefile b/riscv/Holmakefile new file mode 100644 index 00000000..626e6f2f --- /dev/null +++ b/riscv/Holmakefile @@ -0,0 +1,11 @@ +LEMDIR=../../lem/hol-lib + +INCLUDES = $(LEMDIR) ../lib/hol + +all: riscv_sequentialTheory.uo +.PHONY: all + +ifdef POLY +BASE_HEAP = ../lib/hol/sail-heap + +endif |
