Sort out deps - warvox - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 8a68de56c1e1c92ffce4a618532725807cfb62eb
 (DIR) parent 0cb39258284c75990e191512d3f3c012e5099929
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Sun,  1 Mar 2009 22:04:06 +0000
       
       Sort out deps
       
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -17,7 +17,7 @@ db: db_null web/db/production.sqlite3
        db_null:
                find web/db/ -name 'production.sqlite3' -size 0 | xargs -i rm {}
        
       -web/db/production.sqlite3:
       +web/db/production.sqlite3: ruby-kissfft
                (cd web; RAILS_ENV=production rake db:migrate )
        
        clean: