Changeset 12335


Ignore:
Timestamp:
06/20/09 22:10:24 (4 years ago)
Author:
BrainSlayer
Message:

fix clean method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ar5315_microredboot/microredboot/boot/src/Makefile

    r12332 r12335  
    108108                sed "$(SEDFLAGS)" < ld.script.in > $@ 
    109109 
    110 clean:;         rm -f payload* ld.script *.o *.c~ *.h~ lib/*.o lib/*.c~ arch/*.c~ 
     110clean:;         rm -f payload* ld.script *.o *.c~ *.h~ lib/*.o lib/*.c~ arch/*.c~ lib/*.h~ arch/*.h~  arch/*.o 
    111111 
    112112.PHONY: clean 
Note: See TracChangeset for help on using the changeset viewer.