added clean
parent
2c8c1cbe6a
commit
ef76abe453
|
@ -19,7 +19,7 @@ PS5_OBJECTS := $(PS5_EXAMPLES:.S=.bin)
|
|||
PS6_OBJECTS := $(PS6_EXAMPLES:.S=.bin)
|
||||
# OBJECTS := $(PS5_OBJECTS) $(PS4_EXAMPLES:.sym=.bin) $(PS3_EXAMPLES:.sast=.bin) $(PS2_EXAMPLES:.ast=.bin)
|
||||
OBJECTS := $(PS5_OBJECTS) $(PS6_OBJECTS)
|
||||
all: $(PS2_EXAMPLES) $(PS3_EXAMPLES) $(PS4_EXAMPLES) $(PS5_EXAMPLES) $(PS6_EXAMPLES)
|
||||
all: clean $(PS2_EXAMPLES) $(PS3_EXAMPLES) $(PS4_EXAMPLES) $(PS5_EXAMPLES) $(PS6_EXAMPLES)
|
||||
ps2: $(PS2_EXAMPLES)
|
||||
ps3: $(PS3_EXAMPLES)
|
||||
ps4: $(PS4_EXAMPLES)
|
||||
|
|
Loading…
Reference in New Issue