Zachary Leaf | 782c54a | 2024-09-24 14:33:24 +0100 | [diff] [blame^] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2024 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | pre_tf_build() { | ||||
8 | make -C rust | ||||
9 | make -C rust clippy | ||||
10 | } |