From a255ddc06e595208899527daea5933683ca1597e Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sat, 27 Feb 2010 17:25:15 +0000 Subject: [PATCH] J : * Make debug compilation possible on PSP. --- projects/mtg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/mtg/Makefile b/projects/mtg/Makefile index 00292e82b..ac0e79676 100644 --- a/projects/mtg/Makefile +++ b/projects/mtg/Makefile @@ -15,7 +15,6 @@ TARGET = wagic endif ifeq ($(MAKECMDGOALS),debug) DEFAULT_RULE = debug -TARGET_ARCHITECTURE = linux endif ifeq ($(MAKECMDGOALS),linux) DEFAULT_RULE = linux @@ -67,6 +66,8 @@ debug: CXXFLAGS += -ggdb3 -D_DEBUG -DDEBUG ifeq ($(TARGET_ARCHITECTURE),psp) include $(PSPSDK)/lib/build.mak +debug: all + 3xx: @echo Rule 3xx is deprecated. Did you want to use just "make" ?