diff --git a/makefile b/makefile
index 9cce53e..b1c70bb 100644
--- a/makefile
+++ b/makefile
@@ -35,6 +35,9 @@
 FULLDATE = $(shell date)
 GITREVISION = $(shell git log -1 | head -n3)
 
+all: clean getbrew bootstrap-build bootstrap-release full-build full-release
+
+
 # Get latest linuxbrew
 
 getbrew: