From: nodiscc Date: Thu, 24 Sep 2020 19:45:17 +0000 (+0200) Subject: Makefile: remove static_analysis_summary from all: target X-Git-Tag: v0.12.0-beta-1~9^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=6ec24b3605f4d35d0b82b4d6c6cb211e0bc90ba3 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 --- diff --git a/Makefile b/Makefile index 2d604b54..4c9a9c83 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BIN = vendor/bin -all: static_analysis_summary check_permissions test +all: check_permissions test ## # Docker test adapter