changeset 64:fa205cfd5491

fixed command_line's clean target
author thomask
date Sat, 23 Oct 2004 10:07:21 +0000
parents 9ca076fc9ce9
children e632533062c6
files complex/command_line/complex.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/complex/command_line/complex.mak	Sat Oct 23 10:05:57 2004 +0000
+++ b/complex/command_line/complex.mak	Sat Oct 23 10:07:21 2004 +0000
@@ -93,5 +93,5 @@
 	
 # this will be called by root's "clean" target
 complex/command_line/clean :
-	$(RM) complex/command_line/*.done complex/command_line/*.xxxx complex/command_line/*.$(ext_compile)
+	$(RM) complex/command_line/*.done complex/command_line/*.xxxx complex/command_line/*.$(ext_compile) complex/command_line/.?*$(ext_compile)