diff release.sh @ 1679:90fffce0ee99

Add linter for #ifdef
author Matt Johnston <matt@ucc.asn.au>
date Sun, 24 May 2020 13:15:24 +0800
parents 0276c0f8c2b8
children e2e4929d057b
line wrap: on
line diff
--- a/release.sh	Thu May 21 23:00:22 2020 +0800
+++ b/release.sh	Sun May 24 13:15:24 2020 +0800
@@ -30,6 +30,7 @@
 hg archive "$RELDIR"  || exit 2
 
 (cd "$RELDIR" && autoconf && autoheader) || exit 2
+(cd "$RELDIR" && make lint) || exit 2
 
 rm -r "$RELDIR/autom4te.cache" || exit 2