> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 23:56:13 up 4 days, 12:04,  3 users,  load average: 0.70, 0.91, 0.64
This commit is contained in:
tracer-ics2023
2024-09-09 23:56:13 +08:00
committed by zzy
parent 93b0cb7b7b
commit ca776ba7ca

View File

@ -15,7 +15,7 @@
REPO_PATH = repo
ifeq ($(wildcard repo/spike_main),)
$(shell git clone --depth=1 git@github.com:NJU-ProjectN/riscv-isa-sim $(REPO_PATH))
$(shell git clone --depth=1 https://github.com/NJU-ProjectN/riscv-isa-sim $(REPO_PATH))
endif
REPO_BUILD_PATH = $(REPO_PATH)/build