From aa3d64708b9714aa18cee9f5ac63e2260ee8244b Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 2 Feb 2023 15:48:56 -0400 Subject: make: Suppress winedebug output --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e004b03..bdd5c9a 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ DOL := $(BUILD_DIR)/PsoV3.dol ELF := $(DOL:.dol=.elf) WINE := wine +export WINEDEBUG ?= -all DEVKITPPC := /opt/devkitpro/devkitPPC MWCC_VERSION := 1.3.2 -- cgit v1.2.3-13-gbd6f