Skip to content

Commit

Permalink
Merge pull request #20187 from mguetschow/make-base-help
Browse files Browse the repository at this point in the history
make all: document targets for RIOT base module
  • Loading branch information
benpicco authored Dec 15, 2023
2 parents 208790a + f33662a commit 095ac74
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@ welcome:
@echo "Welcome to RIOT - The friendly OS for IoT!"
@echo ""
@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 "Please see our Quick Start Guide at:"
@echo " https://doc.riot-os.org/getting-started.html"
@echo "You can ask questions or discuss with other users on our forum:"
@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:
@./dist/tools/ci/print_toolchain_versions.sh
Expand Down

0 comments on commit 095ac74

Please sign in to comment.