summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSupercip971 <supercyp971@gmail.com>2021-11-20 18:06:49 -0400
committerSupercip971 <supercyp971@gmail.com>2021-11-20 18:06:49 -0400
commita28f3dc930b93ee9a847868f70c2268640481c81 (patch)
tree6b09c99d6f953796775f41e557c8deb74995fb8c
parente31aeeeb394670c82edd044d2cd1afdb982dc0c4 (diff)
build: remove old run targetmilestone-3
-rw-r--r--makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/makefile b/makefile
index 66d1cff4..e083072e 100644
--- a/makefile
+++ b/makefile
@@ -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)