diff --git a/Makefile b/Makefile index 2a117e5c27..258681f96d 100644 --- a/Makefile +++ b/Makefile @@ -295,7 +295,6 @@ eos-ocis: bin/ocis reva-users & \ bin/ocis proxy & - .PHONY: eos-start eos-start: eos-deploy eos-setup eos-copy-ocis eos-ocis-storage-home eos-ocis @@ -311,4 +310,4 @@ eos-stop: eos-docker eos-install-go: docker exec -i eos-cli1 curl https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz -O docker exec -i eos-cli1 tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz - # export PATH=$PATH:/usr/local/go/bin \ No newline at end of file + # export PATH=$PATH:/usr/local/go/bin