concourse-ssh-resource/Makefile

7 lines
141 B
Makefile
Raw Normal View History

2022-05-06 15:39:34 +02:00
SOURCES := $(shell cd ./src && find ./ -type f -and -not -name '*.vars')
shellcheck:
cd ./src && shellcheck ${SOURCES}
.PHONY: shellcheck