Makefile: update xs emu-run command

This commit is contained in:
William Wang 2021-06-04 14:57:29 +08:00
parent 11acf2d3a7
commit 5588560fce
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ image:
@$(OBJCOPY) -S --set-section-flags .bss=alloc,contents -O binary $(BINARY).elf $(BINARY).bin
run:
$(MAKE) -C $(NOOP_HOME) emu IMAGE="$(BINARY).bin" DATAWIDTH=64
$(MAKE) -C $(NOOP_HOME) emu-run IMAGE="$(BINARY).bin" DATAWIDTH=64