Rev 2479 | Rev 2518 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 2491 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | ../tools/config.py uspace.config |
75 | ../tools/config.py uspace.config |
76 | 76 | ||
77 | build: $(BUILDS) |
77 | build: $(BUILDS) |
78 | 78 | ||
79 | clean: $(CLEANS) |
79 | clean: $(CLEANS) |
80 | find $(SOURCES) -name '*.o' -follow -exec rm \{\} \; |
80 | find $(DIRS) -name '*.o' -follow -exec rm \{\} \; |
81 | find libc -name "_link.ld" -exec rm \{\} \; |
81 | find lib/libc -name "_link.ld" -exec rm \{\} \; |
82 | 82 | ||
83 | distclean: clean |
83 | distclean: clean |
84 | -rm Makefile.config |
84 | -rm Makefile.config |
85 | 85 | ||
86 | $(CLEANS): |
86 | $(CLEANS): |