diff options
| -rw-r--r-- | win32/Makefile.sub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index c73a8a4ba5..8c2b9c89db 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -592,6 +592,12 @@ $(SCRIPTPROGRAMS): $(STUBPROGRAM) update-src:: @cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP) +update-vcpkg:: + @cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg x-update-baseline + +install-vcpkg:: + @cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg install + .PHONY: reconfig reconfig $(MKFILES): $(srcdir)/common.mk $(srcdir)/version.h \ $(hdrdir)/ruby/version.h $(ABI_VERSION_HDR) \ |
