mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
make: improve the make install
information message in both GNUmakefile and Makefile (as suggested by JalonSolov) (#23751)
This commit is contained in:
parent
e9641875c3
commit
ce666a8f59
@ -209,7 +209,7 @@ selfcompile-static:
|
||||
|
||||
### NB: Please keep this Makefile and make.bat simple.
|
||||
install:
|
||||
@echo 'Please use `sudo ./v symlink` instead.'
|
||||
@echo 'Please use `sudo ./v symlink` instead, or manually add the current directory to your PATH.'
|
||||
|
||||
check:
|
||||
$(VEXE)$(EXE_EXT) test-all
|
||||
|
Loading…
x
Reference in New Issue
Block a user