We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make install
1 parent e964187 commit ce666a8Copy full SHA for ce666a8
GNUmakefile
@@ -209,7 +209,7 @@ selfcompile-static:
209
210
### NB: Please keep this Makefile and make.bat simple.
211
install:
212
- @echo 'Please use `sudo ./v symlink` instead.'
+ @echo 'Please use `sudo ./v symlink` instead, or manually add the current directory to your PATH.'
213
214
check:
215
$(VEXE)$(EXE_EXT) test-all
Makefile
@@ -22,3 +22,6 @@ v:
22
23
24
./v test-all
25
+
26
+install:
27
0 commit comments