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