Merge "reader: fix v23 refs in Makefile"
diff --git a/web/Makefile b/web/Makefile
index 6095f1c..d1c5219 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -42,7 +42,7 @@
 .PHONY:
 distclean: clean
 	@$(RM) -fr node_modules
-	@v23 goext distclean
+	@jiri goext distclean
 
 .PHONY:
 clean:
@@ -74,10 +74,10 @@
 	st --port $(port) --host $(host) --dir public --no-cache --index index.html
 
 bin/principal:
-	v23 go build -a -o $@ v.io/x/ref/cmd/principal
+	jiri go build -a -o $@ v.io/x/ref/cmd/principal
 
 bin/syncbased:
-	v23 go build -a -o $@ v.io/x/ref/services/syncbase/syncbased
+	jiri go build -a -o $@ v.io/x/ref/services/syncbase/syncbased
 
 tmp:
 	mkdir -p $@