From 5cfe55b7e87e566916f8b1a6b5b4014153e3e0c8 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 11 Mar 2021 16:33:16 +0200 Subject: [PATCH] Makefile: just advice doing `sudo v install` on `make install` --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8eba8eea3..2da5b1ce07 100644 --- a/Makefile +++ b/Makefile @@ -137,4 +137,7 @@ selfcompile: selfcompile-static: $(V) -cg -cflags '--static' -o v-static cmd/v -### NB: There is DELIBERATELY no `make install` target. Please keep this Makefile and make.bat simple. +### NB: Please keep this Makefile and make.bat simple. +install: + @echo 'Please use `sudo v symlink` instead.' +