[svn] r7825: nemerle/trunk/snippets/aop/makefile

nazgul svnadmin at nemerle.org
Wed Oct 24 21:15:40 CEST 2007


Log:
Fix make clean in aop snippet

Author: nazgul
Date: Wed Oct 24 21:15:38 2007
New Revision: 7825

Modified:
   nemerle/trunk/snippets/aop/makefile

Modified: nemerle/trunk/snippets/aop/makefile
==============================================================================
--- nemerle/trunk/snippets/aop/makefile	(original)
+++ nemerle/trunk/snippets/aop/makefile	Wed Oct 24 21:15:38 2007
@@ -67,4 +67,4 @@
 .PHONY: clean build test ftests utests functional_tests
 
 clean:
-	rm -r bin testbin
+	rm -fr bin testbin



More information about the svn mailing list