From e3b9cdbc49aed585322d14b5b695840bbaa21376 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Tue, 23 Feb 2016 22:18:00 -0800 Subject: fix install rule --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 62a3a6f..002426c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,6 +7,7 @@ isa_src_dir := $(abs_top_src_dir)/isa all: benchmarks isa install: all + install -d $(instbasedir)/share/riscv-tests install -p -m 644 *.hex $(instbasedir)/share/riscv-tests benchmarks: -- cgit v1.1