Skip to content

Commit

Permalink
chore: use -C to specify alternate directory
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 42f7269 commit 0bf90a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.PHONY: %
%:
@cd buildtools && go run . $@

.PHONY: help
help:
@cd buildtools && go run . help
@go run -C buildtools . $@

0 comments on commit 0bf90a3

Please sign in to comment.