diff options
| author | Prashanth Mundkur | 2018-07-27 19:11:46 -0700 |
|---|---|---|
| committer | Prashanth Mundkur | 2018-07-27 19:11:46 -0700 |
| commit | b6ae47936852265ece3b46e3c09714dc67e9c90c (patch) | |
| tree | 893aa74687db131bdf16cb52632c633815a6691d /riscv/Makefile | |
| parent | 2b58101cb9637349cd35d59c8a205df369b1d69e (diff) | |
Add a riscv latex target.
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 $@ |
