Skip to content

Commit

Permalink
Signpost basic usage in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Apr 27, 2024
1 parent ab3b9be commit dd85501
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ PACKAGE-NAME=qi
DEPS-FLAGS=--check-pkg-deps --unused-pkg-deps

help:
@echo "Run common development actions."
@echo
@echo " Usage: make <target>"
@echo " where <target> is one of:"
@echo
@echo "help - show this menu"
@echo "install - install package along with dependencies"
@echo "install-sdk - install the SDK which includes developer tools"
@echo "remove - remove package"
Expand Down

0 comments on commit dd85501

Please sign in to comment.