aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-12-23 09:49:22 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-12-25 10:51:25 +0100
commit89cd670abfc77ca268a538c9323a4026fec06fc7 (patch)
treeb0b4d38a67cc86186da3dae413530e9faa693f7c /Makefile
parent8137515171a9b3c8e7c3720958acfdccb96803f7 (diff)
downloadwallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.gz
wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.zst
wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.zip
Changed uuid type in database
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