summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15f76ec..c45c277 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ clean:
$(MAKE) -C usrbin clean
rm -f $(TARGET)
-run:
+run: $(TARGET)
qemu-system-x86_64 -s -kernel $(TARGET)
.FORCE: