Makefile: Stop mentioning VMs.

This commit is contained in:
Arkadiusz Hiler 2022-04-22 18:55:49 +03:00
parent b1225b9f24
commit 952a238106

View File

@ -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