Subversion Repositories HelenOS-historic

Rev

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

Rev 1445 Rev 1485
Line 74... Line 74...
74
 
74
 
75
build: $(BUILDS)
75
build: $(BUILDS)
76
 
76
 
77
clean: $(CLEANS)
77
clean: $(CLEANS)
78
	find $(SOURCES) -name '*.o' -follow -exec rm \{\} \;
78
	find $(SOURCES) -name '*.o' -follow -exec rm \{\} \;
-
 
79
	find libc -name "_link.ld" -exec rm \{\} \;
79
 
80
 
80
distclean: clean
81
distclean: clean
81
	-rm Makefile.config
82
	-rm Makefile.config
82
 
83
 
83
$(CLEANS):
84
$(CLEANS):