diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:17:31 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:17:31 -0700 |
commit | 755db30028622de604ef98a5b28c2c4128b6f3d7 (patch) | |
tree | e56d5cad9816a61a18434bb88b8fee5a07dbc034 /build-aux/stack.sh | |
parent | dd83b1e231ea89e4ceb3302d3b68fca4761b11b8 (diff) |
Oh dang, I broke `make lint` a while back :(
Diffstat (limited to 'build-aux/stack.sh')
-rwxr-xr-x | build-aux/stack.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/stack.sh b/build-aux/stack.sh index 4a8a12e..4626813 100755 --- a/build-aux/stack.sh +++ b/build-aux/stack.sh @@ -1,2 +1,7 @@ #!/bin/sh +# build-aux/stack.sh - Analyze stack sizes for compiled objects +# +# Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> +# SPDX-License-Identifier: AGPL-3.0-or-later + make >&2 && find build -name '*.ci' -exec cat -- {} + | python ./stack.py |