diff TaskManager/Makefile @ 254:3652745ae9ec draft

rm -f *.a
author tkaito@localhost.localdomain
date Wed, 03 Jun 2009 14:50:21 +0900
parents 028ffc9c0375
children b96f80683af6
line wrap: on
line diff
--- a/TaskManager/Makefile	Wed Jun 03 14:32:41 2009 +0900
+++ b/TaskManager/Makefile	Wed Jun 03 14:50:21 2009 +0900
@@ -34,6 +34,7 @@
 	rm -f $(IMPL_FIFO_OBJS) $(IMPL_CELL_OBJS)
 	$(MAKE) -f Makefile.cell cellclean
 	$(MAKE) -f Makefile.fifo fifoclean
+	rm -f *.a
 
 tags:
 	$(TAGS) $(TAGSOPTION)