X-Git-Url: http://git.rot13.org/?p=git-sql-sphinx.git;a=blobdiff_plain;f=Makefile;h=5e2e54136171540473d7a757133dc939bc2faf09;hp=43265b3ce20f3587c6f9e679aa49587d0129a5a8;hb=HEAD;hpb=3c14e26d77e8b243f91282661580c7906a542cbd diff --git a/Makefile b/Makefile index 43265b3..5e2e541 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ create: drop mysql -u root < git.sql + ./git-sql-insert.sh | mysql git + ./indexer.sh drop: echo "drop database git" | mysql -u root