mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
make all: document targets for RIOT base module
This commit is contained in:
parent
208790a5f1
commit
f33662aec6
9
Makefile
9
Makefile
@ -34,12 +34,19 @@ welcome:
|
|||||||
@echo "Welcome to RIOT - The friendly OS for IoT!"
|
@echo "Welcome to RIOT - The friendly OS for IoT!"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "You executed 'make' from the base directory."
|
@echo "You executed 'make' from the base directory."
|
||||||
@echo "You should run 'make' in your application's directory instead."
|
@echo "Usually, you should run 'make' in your application's directory instead."
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Please see our Quick Start Guide at:"
|
@echo "Please see our Quick Start Guide at:"
|
||||||
@echo " https://doc.riot-os.org/getting-started.html"
|
@echo " https://doc.riot-os.org/getting-started.html"
|
||||||
@echo "You can ask questions or discuss with other users on our forum:"
|
@echo "You can ask questions or discuss with other users on our forum:"
|
||||||
@echo " https://forum.riot-os.org"
|
@echo " https://forum.riot-os.org"
|
||||||
|
@echo ""
|
||||||
|
@echo "Available targets for the RIOT base directory include:"
|
||||||
|
@echo " generate-{board,driver,example,module,pkg,test}"
|
||||||
|
@echo " info-{applications,boards,emulated-boards} info-applications-supported-boards"
|
||||||
|
@echo " print-versions"
|
||||||
|
@echo " clean distclean pkg-clean"
|
||||||
|
@echo " doc doc-{man,latex}"
|
||||||
|
|
||||||
print-versions:
|
print-versions:
|
||||||
@./dist/tools/ci/print_toolchain_versions.sh
|
@./dist/tools/ci/print_toolchain_versions.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user