Subversion Repositories HelenOS

Rev

Rev 3869 | Rev 4340 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3869 Rev 4337
Line 90... Line 90...
90
	../tools/config.py uspace.config
90
	../tools/config.py uspace.config
91
 
91
 
92
build: $(BUILDS)
92
build: $(BUILDS)
93
 
93
 
94
clean: $(CLEANS)
94
clean: $(CLEANS)
95
	find $(DIRS) -name '*.o' -follow -exec rm \{\} \;
-
 
96
	find lib/libc -name "_link.ld" -exec rm \{\} \;
-
 
97
 
95
 
98
distclean: clean
96
distclean: clean
99
	-rm Makefile.config
97
	-rm Makefile.config
100
 
98
 
101
$(CLEANS):
99
$(CLEANS):