diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-05-24 13:15:24 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-05-24 13:15:24 +0800 |
commit | 545cc62671235ac98b8750665983882e26550da7 (patch) | |
tree | 0d3d8e9fa2fa758e791d2eaa96382479453e21cb /release.sh | |
parent | 331d4a714f65772e384e15ff55b850a6e9e6786b (diff) |
Add linter for #ifdef
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ fi hg archive "$RELDIR" || exit 2 (cd "$RELDIR" && autoconf && autoheader) || exit 2 +(cd "$RELDIR" && make lint) || exit 2 rm -r "$RELDIR/autom4te.cache" || exit 2 |