Skip to content

Commit

Permalink
chore: remove duplicate functionality
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 21, 2024
1 parent 526a7c6 commit e0888a8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ proto:
.PHONY: generate
generate:
go generate ./...

.PHONY: image-push-all
image-push-all:
for dir in $(shell find ./pkg -name 'Makefile' -exec dirname {} \;); do \
$(MAKE) -C $$dir image-push TAG=$(TAG); \
done

0 comments on commit e0888a8

Please sign in to comment.