* Move rules so they are evaluated.
This commit is contained in:
jean.chalard
2009-01-04 06:59:21 +00:00
parent 21558d85b0
commit 7111742c4c

View File

@@ -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: