43265b3ce20f3587c6f9e679aa49587d0129a5a8
[git-sql-sphinx.git] / Makefile
1 create: drop
2         mysql -u root < git.sql
3
4 drop:
5         echo "drop database git" | mysql -u root