Changeset f0c9aff in mainline for uspace/app/init/Makefile


Ignore:
Timestamp:
2008-12-14T11:37:31Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e32b65a
Parents:
a1e28489
Message:

Clean .o files in individual makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/Makefile

    ra1e28489 rf0c9aff  
    6767
    6868clean:
    69         -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend
     69        -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend $(OBJECTS)
    7070
    7171depend:
Note: See TracChangeset for help on using the changeset viewer.