4 lines
112 B
Makefile
4 lines
112 B
Makefile
.PHONY: check-scripts
|
|
check-scripts:
|
|
# Fail if any of these files have warnings
|
|
shellcheck ./gruvbox-tmp.tmux
|