Skip to content

Commit

Permalink
build: remove old run target
Browse files Browse the repository at this point in the history
  • Loading branch information
Supercip971 committed Nov 20, 2021
1 parent e31aeee commit a28f3dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ run-riscv: $(KERNEL)
-no-shutdown \
-kernel $(KERNEL)

run: $(ISO)
qemu-system-$(CONFIG_ARCH) \
$(QEMU_ARGS) \
-serial mon:stdio \
-no-reboot \
-no-shutdown \
-cdrom $(ISO)


.PHONY: clean
clean:
rm -rf $(BINDIR)
Expand Down

0 comments on commit a28f3dc

Please sign in to comment.