From b1aea5b33e8bae2acd90bdaaa8e3cae0f24d15d4 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 22 Apr 2022 18:55:49 +0300 Subject: [PATCH] Makefile: Stop mentioning VMs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 920726ff..67561a12 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ downloads: configure proton: downloads $(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C $(BUILD_DIR)/ $(UNSTRIPPED) dist && \ - echo "Proton built in VM. Use 'install' or 'deploy' targets to retrieve the build." + echo "Proton built locally. Use 'install', 'deploy' or 'redist' targets." install: downloads $(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C $(BUILD_DIR)/ $(UNSTRIPPED) install