Makefile: remove `make install` target

pull/9250/head
Delyan Angelov 2021-03-11 16:29:46 +02:00
parent 9fbb139e29
commit 98fe87381e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 2 deletions

View File

@ -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.