aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-09-25 10:57:25 +0200
committerGitHub <noreply@github.com>2020-09-25 10:57:25 +0200
commit71eb87353ca09a1476c3f94e51ccfbfb45a91170 (patch)
treecafa88cece2507dcba178f31190886130d2c055c
parentcdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5 (diff)
parent6ec24b3605f4d35d0b82b4d6c6cb211e0bc90ba3 (diff)
downloadShaarli-71eb87353ca09a1476c3f94e51ccfbfb45a91170.tar.gz
Shaarli-71eb87353ca09a1476c3f94e51ccfbfb45a91170.tar.zst
Shaarli-71eb87353ca09a1476c3f94e51ccfbfb45a91170.zip
Merge pull request #1565 from nodiscc/rm-makefile-summary
Makefile: remove static_analysis_summary from all: target
-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