Makefile: add a `make install` target (#9195)

pull/9199/head
SoopaKhell 2021-03-08 10:20:26 -05:00 committed by GitHub
parent 4d24cb0158
commit 1f9c006739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -136,3 +136,6 @@ selfcompile:
selfcompile-static:
$(V) -cg -cflags '--static' -o v-static cmd/v
install: all
$(V) symlink