1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Makefile: add a make install target (#9195)

This commit is contained in:
SoopaKhell 2021-03-08 10:20:26 -05:00 committed by GitHub
parent 4d24cb0158
commit 1f9c006739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,3 +136,6 @@ selfcompile:
selfcompile-static:
$(V) -cg -cflags '--static' -o v-static cmd/v
install: all
$(V) symlink