Index: Makefile
===================================================================
--- Makefile	(revision 51c1b0039931265549e60f534ca4d810808ad82b)
+++ Makefile	(revision 88c315148b0d6fc3b1a63c2a832ea0190a3367cc)
@@ -77,4 +77,5 @@
 clean: $(CLEANS)
 	find $(SOURCES) -name '*.o' -follow -exec rm \{\} \;
+	find libc -name "_link.ld" -exec rm \{\} \;
 
 distclean: clean
