diff --git a/exercises/05/vslc/vsl_programs/Makefile b/exercises/05/vslc/vsl_programs/Makefile index 914c719..282b027 100644 --- a/exercises/05/vslc/vsl_programs/Makefile +++ b/exercises/05/vslc/vsl_programs/Makefile @@ -17,7 +17,7 @@ PS5_EXAMPLES := $(patsubst ps5-codegen1/%.vsl, ps5-codegen1/%.S, $(wildcard ps5- PS5_OBJECTS := $(PS5_EXAMPLES:.S=.bin) OBJECTS := $(PS5_OBJECTS) $(PS4_EXAMPLES:.sym=.bin) $(PS3_EXAMPLES:.sast=.bin) $(PS2_EXAMPLES:.ast=.bin) -all: $(PS2_EXAMPLES) $(PS3_EXAMPLES) $(PS4_EXAMPLES) +all: clean $(PS2_EXAMPLES) $(PS3_EXAMPLES) $(PS4_EXAMPLES) $(PS5_EXAMPLES) ps2: $(PS2_EXAMPLES) ps3: $(PS3_EXAMPLES) ps4: $(PS4_EXAMPLES)