aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 10:20:32 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 10:20:32 +0200
commit7c1225347db8b516cc268709939f6b359bc283c1 (patch)
tree7a516132f42dbb9e8c3bf371dfd100088d50efdf /Makefile
parent84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (diff)
downloadwallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.gz
wallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.zst
wallabag-7c1225347db8b516cc268709939f6b359bc283c1.zip
Update documentation
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e99367f6..1c6c0d53 100755
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ build: ## Run grunt
24 @grunt 24 @grunt
25 25
26test: ## Launch wallabag testsuite 26test: ## Launch wallabag testsuite
27 @if [ ! -d "vendor/phpunit" ]; then composer install; fi
27 @ant prepare && vendor/phpunit/phpunit/phpunit -v 28 @ant prepare && vendor/phpunit/phpunit/phpunit -v
28 29
29release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). 30release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).