make "make clean" remove all build results

master
Wolfgang Denk 19 years ago
parent 2afbe4ed97
commit 0e1fb5eebf
  1. 2
      Makefile

@ -1737,7 +1737,7 @@ clean:
rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend
rm -f tools/env/fw_printenv tools/env/fw_setenv
rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image
rm -f board/trab/trab_fkt
rm -f board/trab/trab_fkt board/voiceblue/eeprom
clobber: clean
find . -type f \( -name .depend \

Loading…
Cancel
Save