From 7111742c4c6d528e36bd82dec79376fb2ae1510e Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 4 Jan 2009 06:59:21 +0000 Subject: [PATCH] J : * Move rules so they are evaluated. --- projects/mtg/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: