]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Makefile
Added more info about Doctrine / PHP bug
[github/wallabag/wallabag.git] / Makefile
index 1c6c0d5373eceb362e0abbe6f7044b9c183dfd2c..83c5f37ad78610d12e49211d3f6c0fc1b8bb752f 100755 (executable)
--- 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)
 
@@ -38,6 +41,6 @@ travis: ## Make some stuff for Travis-CI
 deploy: ## Deploy wallabag
        @bundle exec cap staging deploy
 
-.PHONY: help clean install update build test release travis deploy
+.PHONY: help clean install update build test release travis deploy run dev
 
 .DEFAULT_GOAL := install