Skip to content

Commit

Permalink
feat(make): add print rule in root makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeier committed Oct 1, 2019
1 parent ff42d16 commit 52158b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -16,3 +16,6 @@ clean:
cd docs; make clean

include bazel.make

print-%:
@echo $*: $($*)

0 comments on commit 52158b9

Please sign in to comment.