Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Minor makefile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed Feb 9, 2024
1 parent a3cc5dd commit 4496bd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ coverage: ## Creates coverage report for all projects
@go tool cover -html="$(OUTDIR)/$@/coverage.out" -o "$(OUTDIR)/$@/coverage.html"

.PHONY: e2e
e2e:
e2e: ## Runt he e2e tests
@$(MAKE) -C e2e e2e


Expand Down
2 changes: 0 additions & 2 deletions config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

BUF ?= github.com/bufbuild/buf/cmd/[email protected]

default: build

PROTO_SOURCES := $(shell find . -name '*.proto')

.PHONY: build
Expand Down

0 comments on commit 4496bd7

Please sign in to comment.