]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Makefile
Added a check in Makefile to see if composer is installed
[github/wallabag/wallabag.git] / Makefile
index 1df4d6327333a06ef399778f16810f413c6e2f24..83c5f37ad78610d12e49211d3f6c0fc1b8bb752f 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -41,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