Skip to content
Snippets Groups Projects
Commit 3deea7df authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

print_toolchain_versions.sh: Add make command version

parent 98f42eee
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment