diff options
author | nodiscc <nodiscc@gmail.com> | 2020-09-24 21:45:17 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-24 21:45:17 +0200 |
commit | 6ec24b3605f4d35d0b82b4d6c6cb211e0bc90ba3 (patch) | |
tree | cafa88cece2507dcba178f31190886130d2c055c | |
parent | cdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5 (diff) | |
download | Shaarli-6ec24b3605f4d35d0b82b4d6c6cb211e0bc90ba3.tar.gz Shaarli-6ec24b3605f4d35d0b82b4d6c6cb211e0bc90ba3.tar.zst Shaarli-6ec24b3605f4d35d0b82b4d6c6cb211e0bc90ba3.zip |
Makefile: remove static_analysis_summary from all: target
static_analysis_summary was removed in 37c9c6b#diff-b67911656ef5d18c4ae36cb6741b7965 but not from the all: target dependencies. Therefore running make all always fails.
fixes https://github.com/shaarli/Shaarli/issues/1459
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | BIN = vendor/bin | 4 | BIN = vendor/bin |
5 | 5 | ||
6 | all: static_analysis_summary check_permissions test | 6 | all: check_permissions test |
7 | 7 | ||
8 | ## | 8 | ## |
9 | # Docker test adapter | 9 | # Docker test adapter |