Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the examples target info messaging (#1676)
The echo for the target was copied from other targets that use `dir` as an iteration variable which is not what this target uses. That means that the empty variable `dir` is unexpanded and the unhelpful message of "build /..." is echoed. This updates the iteration variable to match other targets and fixes the info messaging.
- Loading branch information