diff --git a/projects/mtg/Makefile b/projects/mtg/Makefile index b07fae109..765035440 100644 --- a/projects/mtg/Makefile +++ b/projects/mtg/Makefile @@ -66,6 +66,11 @@ debug: CXXFLAGS = -Wall -W -Werror -Wno-unused -DDEVHOOK -DPSPFW3XX -fno-excepti ifeq ($(TARGET_ARCHITECTURE),psp) include $(PSPSDK)/lib/build.mak + +3xx: $(TARGET) + +1xx: $(TARGET) + else @@ -75,10 +80,6 @@ $(TARGET): $(OBJS) ../../JGE/lib/linux/libjge.a linux: $(TARGET) -3xx: $(TARGET) - -1xx: $(TARGET) - debug: linux clean: