Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ clean:

# print some useful help stuff
help:
$(if will_help, $(call will_help))
@echo "esp-open-rtos make"
@echo ""
@echo "Other targets:"
Expand Down Expand Up @@ -304,5 +305,6 @@ help:
@echo "SAMPLE COMMAND LINE:"
@echo "make -j2 test ESPPORT=/dev/ttyUSB0"
@echo ""
$(if did_help, $(call did_help))