mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 21:52:58 +00:00
Ideally, Makefile targets should be called irrespectively of their execution order. In this sense, `clean` and `lib` should not be passed both as target command line arguments in the same make invocation. This is because out-of-order execution could cause a failure. This change ensures that `clean` and `lib` are called in separate executions of make in scripts/footprint.sh