From: Jack Lange Date: Thu, 4 Dec 2008 04:55:25 +0000 (-0600) Subject: fixed default build target X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=4cb9a1ff49c1398abc88de242218aacd77253abd fixed default build target --- diff --git a/build/Makefile b/build/Makefile index cc6ee23..eece784 100644 --- a/build/Makefile +++ b/build/Makefile @@ -46,7 +46,7 @@ GUEST_ISO_DIR := /opt/vmm-tools/isos # List of targets to build by default. # These targets encompass everything needed to boot # and run GeekOS. -ALL_TARGETS := palacios geekos +ALL_TARGETS := world QEMU := /usr/local/qemu/bin/qemu-system-x86_64