> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux 12:32:00 up 1 day 16:00, 2 users, load average: 0.79, 0.61, 0.64
This commit is contained in:
parent
2763cebb4f
commit
5cc71bcf5b
3 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
[goldbach-riscv32-nemu.bin] [1;31mFAIL[0m
|
|
|
@ -76,7 +76,7 @@ COLOR_GREEN = \033[1;32m
|
||||||
COLOR_BLUE = \033[1;34m
|
COLOR_BLUE = \033[1;34m
|
||||||
COLOR_NONE = \033[0m
|
COLOR_NONE = \033[0m
|
||||||
|
|
||||||
RESULT = .result
|
RESULT = .result.tmp
|
||||||
$(shell > $(RESULT)) # Clear result file
|
$(shell > $(RESULT)) # Clear result file
|
||||||
|
|
||||||
$(IMAGES): %: %.bin $(BINARY)
|
$(IMAGES): %: %.bin $(BINARY)
|
||||||
|
|
Loading…
Reference in a new issue