summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 444f451..e73f9fc 100644
--- a/Makefile
+++ b/Makefile
@@ -275,3 +275,8 @@ source:
-test -r tarballs/lua-$(LUA_VERSION).tar.gz || \
wget -O tarballs/lua-$(LUA_VERSION).tar.gz \
http://www.lua.org/ftp/lua-$(LUA_VERSION).tar.gz
+
+run:
+ /usr/libexec/qemu-kvm -hda minilinux.img &
+ vncviewer localhost &
+