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)
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user