Makefile: just advice doing `sudo v install` on `make install`
parent
98fe87381e
commit
5cfe55b7e8
5
Makefile
5
Makefile
|
@ -137,4 +137,7 @@ selfcompile:
|
||||||
selfcompile-static:
|
selfcompile-static:
|
||||||
$(V) -cg -cflags '--static' -o v-static cmd/v
|
$(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.'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue