commit 9f3a2bdf477176936f8cdaa6982305f40e1f6b6e
Author: p4u <p4u@dabax.net>
Date:   Fri Nov 9 17:48:17 2012 +0100

    build as default function

diff --git a/Makefile b/Makefile
index 2f7b24e..7419898 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,8 @@ define target_error
 	@exit 1
 endef
 
+all: build
+
 .checkout_qmp:
 	@[ "$(DEV)" == "1" ] && echo "Using developer enviroment" || true
 	git clone $(QMP_GIT) $(BUILD_DIR)/qmp
@@ -224,7 +226,3 @@ build: checkout
 	$(call pre_build)
 	$(if $(TARGET),$(call build_src))
 	$(call post_build)
-
-all: build
-default: build
-world: build
