diff --git a/Makefile b/Makefile index e520337..63b9553 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ PROGRAMS = \ all: $(PROGRAMS) +test: shellcheck + shellcheck: shellcheck -x scripts/*/*