diff options
Diffstat (limited to 'riscv/Makefile')
| -rw-r--r-- | riscv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/riscv/Makefile b/riscv/Makefile index 7173f24d..9d3a2196 100644 --- a/riscv/Makefile +++ b/riscv/Makefile @@ -43,6 +43,10 @@ riscv_sequentialScript.sml : riscv_sequential.lem riscv_extras_sequential.lem riscv_sequential_types.lem \ riscv_sequential.lem +# we exclude prelude.sail here, most code there should move to sail lib +LOC_FILES:=$(SAIL_SRCS) main.sail +include ../etc/loc.mk + clean: -rm -rf riscv _sbuild -rm -f riscv.lem riscv_types.lem |
