aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-11-21 22:46:52 +0100
committerGitHub <noreply@github.com>2017-11-21 22:46:52 +0100
commit4e58d2edf79bb90b52e7235e4239b1e462bdd9aa (patch)
tree626e3ff5d20ece1430e9c96ec42b1d3b6a630a3a /Makefile
parent3ec25cc00fb7abe29a4a3061d9974cf82f2888d1 (diff)
parent76c3a4dbed11b9a5df2437db00e96608244bd693 (diff)
downloadShaarli-4e58d2edf79bb90b52e7235e4239b1e462bdd9aa.tar.gz
Shaarli-4e58d2edf79bb90b52e7235e4239b1e462bdd9aa.tar.zst
Shaarli-4e58d2edf79bb90b52e7235e4239b1e462bdd9aa.zip
Merge pull request #1028 from shaarli/doc-cleanup-930
documentation cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index c2d55946..d659d908 100644
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,6 @@
1# The personal, minimalist, super-fast, database free, bookmarking service. 1# The personal, minimalist, super-fast, database free, bookmarking service.
2# Makefile for PHP code analysis & testing, documentation and release generation 2# Makefile for PHP code analysis & testing, documentation and release generation
3 3
4# Prerequisites:
5# - install Composer, either:
6# - from your distro's package manager;
7# - from the official website (https://getcomposer.org/download/);
8# - install/update test dependencies:
9# $ composer install # 1st setup
10# $ composer update
11# - install Xdebug for PHPUnit code coverage reports:
12# - see http://xdebug.org/docs/install
13# - enable in php.ini
14
15BIN = vendor/bin 4BIN = vendor/bin
16PHP_SOURCE = index.php application tests plugins 5PHP_SOURCE = index.php application tests plugins
17PHP_COMMA_SOURCE = index.php,application,tests,plugins 6PHP_COMMA_SOURCE = index.php,application,tests,plugins