X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=1df4d6327333a06ef399778f16810f413c6e2f24;hb=3221b2e413eeddf952310a702fff0f887384018f;hp=1c6c0d5373eceb362e0abbe6f7044b9c183dfd2c;hpb=7c1225347db8b516cc268709939f6b359bc283c1;p=github%2Fwallabag%2Fwallabag.git diff --git a/Makefile b/Makefile index 1c6c0d53..1df4d632 100755 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ install: ## Install wallabag with the latest version update: ## Update the wallabag installation to the latest version @sh scripts/update.sh $(ENV) +dev: ## Install the latest dev version + @sh scripts/dev.sh + run: ## Run the wallabag built-in server @php bin/console server:run --env=$(ENV)