diff --git a/Makefile b/Makefile index 12037ec..3109890 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ setup: ## Run when first setting up this project @test -f .env || cp .example.env .env @make gulpbuild && cd ../ @composer install && composer vendor-expose - @sake dev/build "flush=1" + @make devbuild @echo "---\n\n\n \033[1;35m 💥 Project built! Don't forget to update your .env file. See Makefile for more commands \033[0m \n\n" startsolr: ## For projects using the fulltextsearch-localsolr module, this will start up the solr server.