* Make debug compilation possible on PSP.
This commit is contained in:
jean.chalard
2010-02-27 17:25:15 +00:00
parent ea1d8c6ebe
commit a255ddc06e
+2 -1
View File
@@ -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" ?