1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Makefile: just advice doing sudo v install on make install

This commit is contained in:
Delyan Angelov 2021-03-11 16:33:16 +02:00
parent 98fe87381e
commit 5cfe55b7e8
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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