Skip to content

Commit 365c428

Browse files
committed
Add linting Makefile
1 parent 1acf691 commit 365c428

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
LINT_FILES := setup \
2+
setup-root \
3+
ksau \
4+
termux/setup \
5+
termux/ksau \
6+
7+
lint:
8+
shfmt -i 4 -w $(LINT_FILES)
9+
10+
default: lint

0 commit comments

Comments
 (0)