X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=83c5f37ad78610d12e49211d3f6c0fc1b8bb752f;hb=c5ad143e750254adb185ab6956dc87d2585ae54d;hp=1df4d6327333a06ef399778f16810f413c6e2f24;hpb=1172622a071ad6766ce95acab103893a348f1dd9;p=github%2Fwallabag%2Fwallabag.git diff --git a/Makefile b/Makefile index 1df4d632..83c5f37a 100755 --- 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