Skip to content

Commit f33662a

Browse files
committed
make all: document targets for RIOT base module
1 parent 208790a commit f33662a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@ welcome:
3434
@echo "Welcome to RIOT - The friendly OS for IoT!"
3535
@echo ""
3636
@echo "You executed 'make' from the base directory."
37-
@echo "You should run 'make' in your application's directory instead."
37+
@echo "Usually, you should run 'make' in your application's directory instead."
3838
@echo ""
3939
@echo "Please see our Quick Start Guide at:"
4040
@echo " https://doc.riot-os.org/getting-started.html"
4141
@echo "You can ask questions or discuss with other users on our forum:"
4242
@echo " https://forum.riot-os.org"
43+
@echo ""
44+
@echo "Available targets for the RIOT base directory include:"
45+
@echo " generate-{board,driver,example,module,pkg,test}"
46+
@echo " info-{applications,boards,emulated-boards} info-applications-supported-boards"
47+
@echo " print-versions"
48+
@echo " clean distclean pkg-clean"
49+
@echo " doc doc-{man,latex}"
4350

4451
print-versions:
4552
@./dist/tools/ci/print_toolchain_versions.sh

0 commit comments

Comments
 (0)