Rev 3568 | Rev 3803 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3568 | Rev 3699 | ||
---|---|---|---|
Line 83... | Line 83... | ||
83 | ../tools/config.py uspace.config |
83 | ../tools/config.py uspace.config |
84 | 84 | ||
85 | build: $(BUILDS) |
85 | build: $(BUILDS) |
86 | 86 | ||
87 | clean: $(CLEANS) |
87 | clean: $(CLEANS) |
88 | find $(DIRS) -name '*.o' -follow -exec rm \{\} \; |
- | |
89 | find lib/libc -name "_link.ld" -exec rm \{\} \; |
- | |
90 | 88 | ||
91 | distclean: clean |
89 | distclean: clean |
92 | -rm Makefile.config |
90 | -rm Makefile.config |
93 | 91 | ||
94 | $(CLEANS): |
92 | $(CLEANS): |