From 98fe87381e4edec873e2406990b1feab27298da3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 11 Mar 2021 16:29:46 +0200 Subject: [PATCH] Makefile: remove `make install` target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aff47fa89b..c8eba8eea3 100644 --- a/Makefile +++ b/Makefile @@ -137,5 +137,4 @@ selfcompile: selfcompile-static: $(V) -cg -cflags '--static' -o v-static cmd/v -install: all - $(V) symlink +### NB: There is DELIBERATELY no `make install` target. Please keep this Makefile and make.bat simple.