3 lines
52 B
Makefile
3 lines
52 B
Makefile
.PHONY: lint
|
|
lint:
|
|
shfmt -s -w $(shell shfmt -f .)
|
.PHONY: lint
|
|
lint:
|
|
shfmt -s -w $(shell shfmt -f .)
|