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