aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-09-24 21:45:17 +0200
committernodiscc <nodiscc@gmail.com>2020-09-24 21:45:17 +0200
commit6ec24b3605f4d35d0b82b4d6c6cb211e0bc90ba3 (patch)
treecafa88cece2507dcba178f31190886130d2c055c /Makefile
parentcdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5 (diff)
downloadShaarli-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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d604b54..4c9a9c83 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
3 3
4BIN = vendor/bin 4BIN = vendor/bin
5 5
6all: static_analysis_summary check_permissions test 6all: check_permissions test
7 7
8## 8##
9# Docker test adapter 9# Docker test adapter