aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-09-30 11:12:17 +0200
committerGitHub <noreply@github.com>2020-09-30 11:12:17 +0200
commit769a28833b68f4c629c5578348b31d51016fbf6f (patch)
tree59ef68d5d21dc03439d98a6aa574437e2664b9b4 /Makefile
parent6cdca9562c7685e9a0eb77b51584d0cc458c44e0 (diff)
parent0f686afe11e56392e0beb3131a8380922600d408 (diff)
downloadShaarli-769a28833b68f4c629c5578348b31d51016fbf6f.tar.gz
Shaarli-769a28833b68f4c629c5578348b31d51016fbf6f.tar.zst
Shaarli-769a28833b68f4c629c5578348b31d51016fbf6f.zip
Merge pull request #1566 from nodiscc/makefile-composer-install
doc/Makefile: remove references to composer update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c9a9c83..0ff6bd3f 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,10 @@ all_tests: test locale_test_de_DE locale_test_en_US locale_test_fr_FR
85 @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6) 85 @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6)
86 @#$(BIN)/phpcov merge --text coverage/txt coverage 86 @#$(BIN)/phpcov merge --text coverage/txt coverage
87 87
88### download 3rd-party PHP libraries, including dev dependencies
89composer_dependencies_dev: clean
90 composer install --prefer-dist
91
88## 92##
89# Custom release archive generation 93# Custom release archive generation
90# 94#