From 1f9c006739a1b475482bdc9e69c993d33ff9955b Mon Sep 17 00:00:00 2001 From: SoopaKhell Date: Mon, 8 Mar 2021 10:20:26 -0500 Subject: [PATCH] Makefile: add a `make install` target (#9195) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 91f67d3146..aff47fa89b 100644 --- a/Makefile +++ b/Makefile @@ -136,3 +136,6 @@ selfcompile: selfcompile-static: $(V) -cg -cflags '--static' -o v-static cmd/v + +install: all + $(V) symlink