J :
* Move rules so they are evaluated.
This commit is contained in:
@@ -66,6 +66,11 @@ debug: CXXFLAGS = -Wall -W -Werror -Wno-unused -DDEVHOOK -DPSPFW3XX -fno-excepti
|
|||||||
|
|
||||||
ifeq ($(TARGET_ARCHITECTURE),psp)
|
ifeq ($(TARGET_ARCHITECTURE),psp)
|
||||||
include $(PSPSDK)/lib/build.mak
|
include $(PSPSDK)/lib/build.mak
|
||||||
|
|
||||||
|
3xx: $(TARGET)
|
||||||
|
|
||||||
|
1xx: $(TARGET)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
||||||
@@ -75,10 +80,6 @@ $(TARGET): $(OBJS) ../../JGE/lib/linux/libjge.a
|
|||||||
|
|
||||||
linux: $(TARGET)
|
linux: $(TARGET)
|
||||||
|
|
||||||
3xx: $(TARGET)
|
|
||||||
|
|
||||||
1xx: $(TARGET)
|
|
||||||
|
|
||||||
debug: linux
|
debug: linux
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user