Skip to content

Commit

Permalink
add dep for make target
Browse files Browse the repository at this point in the history
Signed-off-by: michael.wozniak <[email protected]>
  • Loading branch information
mwoz-sc committed May 26, 2020
1 parent c4856ef commit 5ae0083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ bazel-harness:
bazel run //tests/harness/executor:executor --incompatible_new_actions_api=false -- -go -gogo -cc -java -python

.PHONY: testcases
testcases: bin/gogofast
testcases: bin/gogofast bin/protoc-gen-go
# generate the test harness case protos
rm -r tests/harness/cases/go || true
mkdir tests/harness/cases/go
Expand Down

0 comments on commit 5ae0083

Please sign in to comment.