apply/Makefile
2018-06-25 11:07:41 +02:00

4 lines
90 B
Makefile

all:
lint:
find apply run push lib -type f -not -iname '*.*' | xargs shellcheck -s bash