X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=83c5f37ad78610d12e49211d3f6c0fc1b8bb752f;hb=cf9ee2fbd07265c2c64766d026502a4fdbdfeec1;hp=1df4d6327333a06ef399778f16810f413c6e2f24;hpb=05c009bb853e12d263213298072325f63e3a1deb;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