X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=d659d908e45aad561638d8f7617b30b3ed51c35a;hb=cb4ddbe4e76c81a50748fc3869225f16d9ce13f0;hp=c2d5594605943f87e16da7dee295acfff5e074ab;hpb=0926d263902c184bd4f4c2036cb8ee90f81c5060;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index c2d55946..d659d908 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,6 @@ # The personal, minimalist, super-fast, database free, bookmarking service. # Makefile for PHP code analysis & testing, documentation and release generation -# Prerequisites: -# - install Composer, either: -# - from your distro's package manager; -# - from the official website (https://getcomposer.org/download/); -# - install/update test dependencies: -# $ composer install # 1st setup -# $ composer update -# - install Xdebug for PHPUnit code coverage reports: -# - see http://xdebug.org/docs/install -# - enable in php.ini - BIN = vendor/bin PHP_SOURCE = index.php application tests plugins PHP_COMMA_SOURCE = index.php,application,tests,plugins