{SOLVED}How to build Istio manually

Hi! I’m trying to build deb and rpm pakcages manually on my local machine.

I downloaded Istio to /home/luckylemon/go/src/istio.io/istio. And from that folder I run make rpm.
Makefile:800: .circleci/Makefile: No such file or directory
make: *** No rule to make target ‘.circleci/Makefile’. Stop.

This error occures on any make command.

Can someone pls healp me with this problem ? How can I build Istio on my local device ?

pwd: /home/luckylemon/go/src/istio.io/istio
Istio branch: master.
Go version: go version go1.10.8 linux/amd64
fpm version: 1.11.0
Docker version:

Client: Docker Engine - Community
Version: 19.03.2
API version: 1.40
Go version: go1.12.8
Git commit: 6a30dfc
Built: Thu Aug 29 05:29:12 2019
OS/Arch: linux/amd64
Experimental: false

Server: Docker Engine - Community
Engine:
Version: 19.03.2
API version: 1.40 (minimum version 1.12)
Go version: go1.12.8
Git commit: 6a30dfc
Built: Thu Aug 29 05:27:48 2019
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.2.6
GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
runc:
Version: 1.0.0-rc8
GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
docker-init:
Version: 0.18.0
GitCommit: fec3683

I git cloned it insted of downloading zip from git and it worked!