[MINOR] Format make help contents
diff --git a/Makefile b/Makefile
index b9c15a2..b459b30 100644
--- a/Makefile
+++ b/Makefile
@@ -60,14 +60,16 @@
 ASSEMBLY_JAR:=toree-assembly-$(VERSION)$(SNAPSHOT).jar
 
 help:
-	@echo '			audit - run audit tools against the source code'
-	@echo '			clean - clean build files'
-	@echo '				dev - starts ipython'
-	@echo '			 dist - build a directory with contents to package'
-	@echo '			build - builds assembly'
-	@echo '			 test - run all units'
-	@echo '		release - creates packaged distribution'
-	@echo '		jupyter - starts a Jupyter Notebook with Toree installed'
+	@echo '	'
+	@echo '	audit - run audit tools against the source code'
+	@echo '	clean - clean build files'
+	@echo '	dev - starts ipython'
+	@echo '	dist - build a directory with contents to package'
+	@echo '	build - builds assembly'
+	@echo '	test - run all units'
+	@echo '	release - creates packaged distribution'
+	@echo '	jupyter - starts a Jupyter Notebook with Toree installed'
+	@echo '	'
 
 build-info:
 	@echo '$(ENV_OPTS) $(VERSION)'