]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Makefile: remove static_analysis_summary from all: target 1565/head
authornodiscc <nodiscc@gmail.com>
Thu, 24 Sep 2020 19:45:17 +0000 (21:45 +0200)
committernodiscc <nodiscc@gmail.com>
Thu, 24 Sep 2020 19:45:17 +0000 (21:45 +0200)
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

Makefile

index 2d604b542b80459b954212af053d57c655b11430..4c9a9c832d8bf428830f2037923f7d34e15431bf 100644 (file)
--- 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