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

Makefile: add print-versions target

This target is an helper for print the toolchain versions script
This commit is contained in:
Alexandre Abadie 2019-05-24 14:27:12 +02:00
parent c3979a34d8
commit 350ae5bb01
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,6 +1,6 @@
.all:
.PHONY: all doc doc-man doc-latex docclean welcome
.PHONY: all doc doc-man doc-latex docclean print-versions welcome
all: welcome
@echo ""
@ -37,6 +37,9 @@ welcome:
@echo "Or ask questions on our mailing list:"
@echo " users@riot-os.org (http://lists.riot-os.org/mailman/listinfo/users)"
print-versions:
@./dist/tools/ci/print_toolchain_versions.sh
include makefiles/app_dirs.inc.mk
-include makefiles/tests.inc.mk