Skip to content

Commit

Permalink
Update integration/makefile.mk
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Wang <benjamin.wang@broadcom.com>
  • Loading branch information
henrybear327 and ahrtr authored Jun 18, 2024
1 parent 66ae3f8 commit b24bfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ clean-integration-test-sleep:
# helper: build/remove gofail binaries
.PHONY: build-gofail
build-gofail:
$(MAKE) gofail
GO_BUILD_FLAGS="-v" ./build.sh

.PHONY: clean-gofail
clean-gofail:
$(MAKE) clean
rm -f gofail

0 comments on commit b24bfeb

Please sign in to comment.