diff --git a/Makefile b/Makefile
index 9fbd59d96d1dc84ced0d9b0c2c8a70ecdf09a7a3..1c9351e5534037a5f2820c586dccb09cc6970041 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,9 @@ OPENVPN_BIN = "$(HOME)/openvpn_build/sbin/$(shell grep OPENVPN branding/thirdpar
 # go build
 #########################################################################
 
+.PHONY: allinone
+allinone: clean vendor build
+
 install_go:
 	# the version of go in bionic is too old. let's get something newer from a ppa.
 	@sudo apt install software-properties-common