Skip to content

Commit

Permalink
print_toolchain_versions.sh: Add make command version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Nov 12, 2018
1 parent 98f42ee commit 3deea7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/ci/print_toolchain_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 3deea7d

Please sign in to comment.