aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-12-29 10:54:07 +0100
committerGitHub <noreply@github.com>2016-12-29 10:54:07 +0100
commit8527238846b0ea307ba68ca8a831eb0884c68d4a (patch)
treef93d54cd9fcbb85fa43c989ef670612f9a4d47e5 /Makefile
parent90f6ee4dbe761f97edf0bf87ffeb1f75acec6c25 (diff)
parent7239082a5e290dada1d393f7a25acebb09ace2de (diff)
downloadwallabag-8527238846b0ea307ba68ca8a831eb0884c68d4a.tar.gz
wallabag-8527238846b0ea307ba68ca8a831eb0884c68d4a.tar.zst
wallabag-8527238846b0ea307ba68ca8a831eb0884c68d4a.zip
Merge pull request #2702 from wallabag/add-index-uuid
Added index on entry.uuid
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 83c5f37a..b3335261 100755
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,7 @@ build: ## Run grunt
27 @grunt 27 @grunt
28 28
29test: ## Launch wallabag testsuite 29test: ## Launch wallabag testsuite
30 @if [ ! -d "vendor/phpunit" ]; then composer install; fi 30 @ant prepare && bin/simple-phpunit -v
31 @ant prepare && vendor/phpunit/phpunit/phpunit -v
32 31
33release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). 32release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
34ifndef VERSION 33ifndef VERSION