mirror of
https://github.com/vlang/v.git
synced 2025-09-10 16:00:31 -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.
|
### NB: Please keep this Makefile and make.bat simple.
|
||||||
install:
|
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:
|
check:
|
||||||
$(VEXE)$(EXE_EXT) test-all
|
$(VEXE)$(EXE_EXT) test-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user