diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ | |||
13 | # - enable in php.ini | 13 | # - enable in php.ini |
14 | 14 | ||
15 | BIN = vendor/bin | 15 | BIN = vendor/bin |
16 | PHP_SOURCE = index.php application tests | 16 | PHP_SOURCE = index.php application tests plugins |
17 | PHP_COMMA_SOURCE = index.php,application,tests | 17 | PHP_COMMA_SOURCE = index.php,application,tests,plugins |
18 | 18 | ||
19 | all: static_analysis_summary test | 19 | all: static_analysis_summary test |
20 | 20 | ||