summaryrefslogtreecommitdiff
path: root/cleandeps
diff options
context:
space:
mode:
Diffstat (limited to 'cleandeps')
-rwxr-xr-xcleandeps6
1 files changed, 3 insertions, 3 deletions
diff --git a/cleandeps b/cleandeps
index f961970..cefddf6 100755
--- a/cleandeps
+++ b/cleandeps
@@ -42,7 +42,7 @@ make clean
cd ../../
# remove the payloads (they will be built by "build")
-rm -rf grub.elf
+rm -f grub*.elf
# clean reference crossGCC for coreboot
make crossgcc-clean
@@ -86,8 +86,8 @@ cd flashrom
make clean
# remove modified binaries
-rm -rf flashrom_lenovobios_sst
-rm -rf flashrom_lenovobios_macronix
+rm -f flashrom_lenovobios_sst
+rm -f flashrom_lenovobios_macronix
# done. go back to main directory
cd ../