Added a shellcheck-static Makefile target

This commit is contained in:
Vidar Holen
2014-05-11 13:58:56 -07:00
parent c4181d45d2
commit b069f7ed27
2 changed files with 9 additions and 0 deletions

View File

@@ -76,5 +76,8 @@ To build and run the tests, cd to the shellcheck source directory and:
$ make
If you want to distribute the binary and/or run it on other distros, you
can `make shellcheck-static` to build a statically linked executable without
library dependencies.
Happy ShellChecking!