chat: moving web profile and linux/arm cross-compilation
third-party artifacts from the environment repository to the
third-party repository

MultiPart: 6/8
Change-Id: I2558ada80b67b4aa642591ecc9aa45d8fbe65930
diff --git a/Makefile b/Makefile
index f10ec4e..3522c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 SHELL := /bin/bash -euo pipefail
-export PATH := $(V23_ROOT)/release/go/bin:node_modules/.bin:$(V23_ROOT)/environment/cout/node/bin:clients/shell/go/bin:$(PATH)
+export PATH := $(V23_ROOT)/release/go/bin:node_modules/.bin:$(V23_ROOT)/third_party/cout/node/bin:clients/shell/go/bin:$(PATH)
 export GOPATH := $(shell pwd)/clients/shell/go:$(GOPATH)
 export VDLPATH := $(GOPATH)
 GO := v23 go