mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Don't care if there's nothing to delete
This commit is contained in:
parent
1128072863
commit
d64cfbe3e8
2 changed files with 2 additions and 2 deletions
|
@ -49,4 +49,4 @@ mykernel.aarch64.elf: kernel.c
|
|||
aarch64-elf-readelf -hls mykernel.aarch64.elf >mykernel.aarch64.txt
|
||||
|
||||
clean:
|
||||
rm *.o *.elf *.txt
|
||||
rm *.o *.elf *.txt || true
|
||||
|
|
|
@ -49,4 +49,4 @@ mykernel.aarch64.elf: kernel.cpp
|
|||
aarch64-elf-readelf -hls mykernel.aarch64.elf >mykernel.aarch64.txt
|
||||
|
||||
clean:
|
||||
rm *.o *.elf *.txt
|
||||
rm *.o *.elf *.txt || true
|
||||
|
|
Loading…
Reference in a new issue