move all of the references to app/console to lib/console
diff --git a/project/surf-test/rules.mk b/project/surf-test/rules.mk
index 59b2f9b..a2a9171 100644
--- a/project/surf-test/rules.mk
+++ b/project/surf-test/rules.mk
@@ -10,7 +10,7 @@
 
 MODULES += \
 	app/tests \
-	app/console
+	lib/console
 
 OBJS += \
 	$(LOCAL_DIR)/init.o