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:
parent
c3979a34d8
commit
350ae5bb01
5
Makefile
5
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user