added clean

main
Øyvind Skaaden 2022-04-21 21:17:54 +02:00
parent 2c8c1cbe6a
commit ef76abe453
1 changed files with 1 additions and 1 deletions

View File

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