Skip to content

Commit

Permalink
fix push dependency for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed May 27, 2020
1 parent bba7f14 commit e8868be
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 @@ -93,7 +93,7 @@ clean:
rm -rf ./.tmp/mongo || true

proto/generate: $(SUBDIRS)
push: $(SUBDIRS)
push: cloud-build $(SUBDIRS)

$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)

0 comments on commit e8868be

Please sign in to comment.