Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.

Commit 6122dc7

Browse files
committed
bootstrap: Add missing clean Makefile target.
1 parent 9dafb62 commit 6122dc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ all: $(EE_BIN)
2424
ee-strip -s -d -R .mdebug.eabi64 -R .reginfo -R .comment $(EE_BIN)
2525
rm -f *.o *.s
2626

27+
clean:
28+
rm -f *.o *.s *.elf
29+
2730
include $(PS2SDK)/samples/Makefile.pref
2831
include $(PS2SDK)/samples/Makefile.eeglobal

0 commit comments

Comments
 (0)