~razzi/make-example

d98cf62b0c9e2f98b552a2ea413de62905f80b9e — Razzi Abuissa 1 year, 26 days ago main
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