Updating readme with new build targets
diff --git a/README.md b/README.md
index 731b38f..650e3f2 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,11 @@
 which simplifies Apache CloudStack configuration and management. It can be used
 with Apache CloudStack 4.0-incubating and above.
 
+All:
+
+    Cleans and then builds with precache
+    $ make all
+
 Build:
 
     $ make build
@@ -13,6 +18,10 @@
 
     $ make buildcache
 
+Build with Precache:
+
+    $ make buildwithcache
+
 Check changes, code styles:
 
     $ make check