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:
|
.all:
|
||||||
|
|
||||||
.PHONY: all doc doc-man doc-latex docclean welcome
|
.PHONY: all doc doc-man doc-latex docclean print-versions welcome
|
||||||
|
|
||||||
all: welcome
|
all: welcome
|
||||||
@echo ""
|
@echo ""
|
||||||
@ -37,6 +37,9 @@ welcome:
|
|||||||
@echo "Or ask questions on our mailing list:"
|
@echo "Or ask questions on our mailing list:"
|
||||||
@echo " users@riot-os.org (http://lists.riot-os.org/mailman/listinfo/users)"
|
@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/app_dirs.inc.mk
|
||||||
|
|
||||||
-include makefiles/tests.inc.mk
|
-include makefiles/tests.inc.mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user