concourse-ssh-resource/Makefile
2022-05-06 15:39:34 +02:00

6 lines
141 B
Makefile

SOURCES := $(shell cd ./src && find ./ -type f -and -not -name '*.vars')
shellcheck:
cd ./src && shellcheck ${SOURCES}
.PHONY: shellcheck