mirror of
https://github.com/clearlinux/ok.sh.git
synced 2026-06-16 02:36:01 +00:00
8 lines
88 B
Makefile
8 lines
88 B
Makefile
all: test shellcheck
|
|
|
|
test:
|
|
./run_tests.sh
|
|
|
|
shellcheck:
|
|
shellcheck -e SC2155 ../ok.sh
|