You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alois-commits@incubator.apache.org by fl...@apache.org on 2011/02/02 11:53:57 UTC

svn commit: r1066432 - /incubator/alois/trunk/Makefile

Author: flavio
Date: Wed Feb  2 11:53:57 2011
New Revision: 1066432

URL: http://svn.apache.org/viewvc?rev=1066432&view=rev
Log:
Remove sqlite files in mrproper

Modified:
    incubator/alois/trunk/Makefile

Modified: incubator/alois/trunk/Makefile
URL: http://svn.apache.org/viewvc/incubator/alois/trunk/Makefile?rev=1066432&r1=1066431&r2=1066432&view=diff
==============================================================================
--- incubator/alois/trunk/Makefile (original)
+++ incubator/alois/trunk/Makefile Wed Feb  2 11:53:57 2011
@@ -192,3 +192,4 @@ clean:
 
 mrproper: clean
 	rm -rf gems
+	rm rails/*.sqlite3 prisma/*.sqlite3 prisma/data/prisma/*.sqlite3