diff --git a/Makefile b/Makefile index 86433fa2a..b86c984a4 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ examples: $(EXAMPLE_TARGETS) $(EXAMPLE_TARGETS): example-%: go build ./examples/$(*) -all: check test build binary +all: check test build binaries check: $(CHECK_TARGETS) # Apply go fmt to the codebase