Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Hiler <ahiler@codeweavers.com>2022-04-22 18:55:49 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2022-06-03 14:26:11 +0300
commitb1aea5b33e8bae2acd90bdaaa8e3cae0f24d15d4 (patch)
treec5750f679a6c1940f80958eb82f8bf27fb6a69c5
parentf8a8301f4c545d266122f8a0e378cce166fac77e (diff)
Makefile: Stop mentioning VMs.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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