Changeset b76f2f8 in mainline for uspace/Makefile
- Timestamp:
- 2007-07-06T16:04:08Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7509e5
- Parents:
- 36c9234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r36c9234 rb76f2f8 78 78 79 79 clean: $(CLEANS) 80 find $( SOURCES) -name '*.o' -follow -exec rm \{\} \;81 find lib c -name "_link.ld" -exec rm \{\} \;80 find $(DIRS) -name '*.o' -follow -exec rm \{\} \; 81 find lib/libc -name "_link.ld" -exec rm \{\} \; 82 82 83 83 distclean: clean
Note:
See TracChangeset
for help on using the changeset viewer.