Example Makefile for shell script
2 files changed, 8 insertions(+), 0 deletions(-) A Makefile A example.sh
A => Makefile +7 -0
@@ 1,7 @@ all: example example: example.sh ./example.sh lint: shellcheck example.sh
A => example.sh +1 -0
@@ 1,1 @@ echo it works