Skip to content

Commit

Permalink
chore: add help target
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Jun 13, 2024
1 parent 0bf90a3 commit 425f8b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: help
help:
@go run -C buildtools . -l

.PHONY: %
%:
@go run -C buildtools . $@

0 comments on commit 425f8b8

Please sign in to comment.