1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

print_toolchain_versions.sh: Add make command version

This commit is contained in:
Joakim Nohlgård 2018-11-12 14:06:29 +01:00
parent 98f42eeea8
commit 3deea7dfbf

View File

@ -98,7 +98,7 @@ printf "%23s: %s\n" "avr-libc" "$(avr_libc_version avr-gcc)"
printf "\n"
printf "%s\n" "Installed development tools"
printf "%s\n" "---------------------------"
for c in cmake cppcheck doxygen flake8 git openocd python python2 python3; do
for c in cmake cppcheck doxygen flake8 git make openocd python python2 python3; do
printf "%23s: %s\n" "$c" "$(get_cmd_version $c)"
done
printf "%23s: %s\n" "coccinelle" "$(get_cmd_version spatch)"