create or drop git database
[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