Makefile: remove `make install` target
parent
9fbb139e29
commit
98fe87381e
3
Makefile
3
Makefile
|
@ -137,5 +137,4 @@ selfcompile:
|
||||||
selfcompile-static:
|
selfcompile-static:
|
||||||
$(V) -cg -cflags '--static' -o v-static cmd/v
|
$(V) -cg -cflags '--static' -o v-static cmd/v
|
||||||
|
|
||||||
install: all
|
### NB: There is DELIBERATELY no `make install` target. Please keep this Makefile and make.bat simple.
|
||||||
$(V) symlink
|
|
||||||
|
|
Loading…
Reference in New Issue