Makefile: Stop mentioning VMs.

This commit is contained in:
Arkadiusz Hiler 2022-04-22 18:55:49 +03:00
parent f8a8301f4c
commit b1aea5b33e

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