mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-04 02:06:31 -04:00
Makefile: add shellcheck target
This commit is contained in:
parent
6eb61145a0
commit
5c06c57435
6
Makefile
6
Makefile
@ -328,6 +328,10 @@ check:test_programs
|
||||
scan-build:
|
||||
scan-build --status-bugs make all test_programs
|
||||
|
||||
# Run shellcheck on all shell scripts.
|
||||
shellcheck:
|
||||
shellcheck scripts/*.sh
|
||||
|
||||
help:
|
||||
@echo "Available targets:"
|
||||
@echo "------------------"
|
||||
@ -350,7 +354,7 @@ realclean: clean
|
||||
|
||||
FORCE:
|
||||
|
||||
.PHONY: all install uninstall test_programs check scan-build help \
|
||||
.PHONY: all install uninstall test_programs check scan-build shellcheck help \
|
||||
clean realclean
|
||||
|
||||
.DEFAULT_GOAL = all
|
||||
|
Loading…
x
Reference in New Issue
Block a user