mirror of
https://github.com/ValveSoftware/Proton
synced 2025-09-04 08:45:10 +00:00
Makefile: Stop mentioning VMs.
This commit is contained in:
2
Makefile
2
Makefile
@@ -126,7 +126,7 @@ downloads: configure
|
|||||||
|
|
||||||
proton: downloads
|
proton: downloads
|
||||||
$(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C $(BUILD_DIR)/ $(UNSTRIPPED) dist && \
|
$(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
|
install: downloads
|
||||||
$(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C $(BUILD_DIR)/ $(UNSTRIPPED) install
|
$(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C $(BUILD_DIR)/ $(UNSTRIPPED) install
|
||||||
|
Reference in New Issue
Block a user