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
This commit is contained in:
nodiscc 2020-09-24 21:45:17 +02:00
parent cdb96276c1
commit 6ec24b3605

View file

@ -3,7 +3,7 @@
BIN = vendor/bin
all: static_analysis_summary check_permissions test
all: check_permissions test
##
# Docker test adapter