diff options
Diffstat (limited to 'riscv/Makefile')
| -rw-r--r-- | riscv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/Makefile b/riscv/Makefile index 4a396048..4805c8b2 100644 --- a/riscv/Makefile +++ b/riscv/Makefile @@ -35,6 +35,9 @@ coverage: _sbuild/coverage.native riscv.c: $(SAIL_SRCS) Makefile $(SAIL) -O -memo_z3 -c $(SAIL_SRCS) 1> $@ +latex: $(SAIL_SRCS) Makefile + $(SAIL) -latex -latex_prefix sail -o sail_ltx $(SAIL_SRCS) + tracecmp: tracecmp.ml ocamlfind ocamlopt -annot -linkpkg -package unix $^ -o $@ |
