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" ?