changeset 41:216ad602944f

Makefile: clean should remove all the arch .o files
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 07 Apr 2011 22:08:31 -0400
parents 40af39d064fa
children c75be274ce23
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Apr 07 22:07:20 2011 -0400
+++ b/Makefile	Thu Apr 07 22:08:31 2011 -0400
@@ -25,6 +25,7 @@
 
 clean:
 	rm -f $(sarpn_OBJS)
+	rm -f $(ARCH_OBJS)
 	rm -f $(BINS)
 	rm -f loader.bin ipl/*.o ipl/*.rto ipl/ipl_ccws.S cscope.out