summaryrefslogtreecommitdiff
path: root/risc-v
diff options
context:
space:
mode:
authorShaked Flur2017-09-27 14:34:18 +0100
committerShaked Flur2017-09-27 14:34:18 +0100
commit4c0d3acebf8fd37b3ef1481ac282f5c47464310f (patch)
tree2e1da059ef829f74ffc4d171669a4cadb2b986f3 /risc-v
parenta66b55639fddc862b7a3864afb0e3dc7b4ac0e34 (diff)
fixed the RISC-V Makefile
Diffstat (limited to 'risc-v')
-rw-r--r--risc-v/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/risc-v/Makefile b/risc-v/Makefile
index d027556e..8449c7c4 100644
--- a/risc-v/Makefile
+++ b/risc-v/Makefile
@@ -4,10 +4,11 @@ SOURCES:=riscv_types.sail riscv.sail ../etc/regfp.sail riscv_regfp.sail
all: lem_ast shallow
lem_ast: $(SOURCES) $(SAIL)
- $(SAIL) -lem_ast $(SOURCES)
+ $(SAIL) -lem_ast $(SOURCES) -o riscv
shallow: $(SOURCES) $(SAIL)
- $(SAIL) -lem_lib Riscv_extras_embed -lem $(SOURCES)
+ $(SAIL) -lem_lib Riscv_extras_embed -lem $(SOURCES) -o riscv
clean:
- rm -f riscv.lem riscv_embed*.lem
+ rm -f riscv.lem riscv_embed*.lem riscv_toFromInterp.lem
+ rm -f riscv_type*.lem