.PHONY: generate
generate:
	rm -rf protos
	cp -r ../flowy/protos .
	./genproto.sh
	go generate ./...
