1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

makefile: include hint for enabling verbose build output

This commit is contained in:
Stacey Sheldon 2012-10-20 15:06:18 -04:00
parent ebbefd6d54
commit 98176d9829

View File

@ -134,6 +134,8 @@ help:
@echo " uavobjects_<group> - Generate source files from a subset of the UAVObject definition XML files"
@echo " supported groups are ($(UAVOBJ_TARGETS))"
@echo
@echo " Hint: Add V=1 to your command line to see verbose build output."
@echo
@echo " Note: All tools will be installed into $(TOOLS_DIR)"
@echo " All build output will be placed in $(BUILD_DIR)"
@echo