From 1852f4f27847a02d61a5310207a25bb06daff8a7 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 21 Oct 2019 22:47:22 -0700 Subject: [PATCH] switched windows builds to console mode to make python more accessible in them --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dad066e4..7aaac726 100644 --- a/Makefile +++ b/Makefile @@ -188,8 +188,7 @@ build/prefab/linux/release/ballisticacore: .efrocachemap PREFAB_WINDOWS_PLATFORM = x64 prefab-windows-debug: prefab-windows-debug-build - @echo Build successful - now run:\ - build/prefab/windows/debug/BallisticaCore.exe + build/prefab/windows/debug/BallisticaCore.exe prefab-windows-debug-build: assets-windows-${PREFAB_WINDOWS_PLATFORM} \ build/prefab/windows/debug/BallisticaCore.exe @@ -199,8 +198,7 @@ build/prefab/windows/debug/BallisticaCore.exe: .efrocachemap @tools/snippets efrocache_get $@ prefab-windows-release: prefab-windows-release-build - @echo Build successful - now run:\ - build/prefab/windows/release/BallisticaCore.exe + build/prefab/windows/release/BallisticaCore.exe prefab-windows-release-build: assets-windows-${PREFAB_WINDOWS_PLATFORM} \ build/prefab/windows/release/BallisticaCore.exe