Add connect target to Makefile

This commit is contained in:
The Magician 2024-09-05 10:52:24 +01:00
parent 77a515cba4
commit fec8e6cf2d
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ createdb:
removedb:
rm -rf cache/
mysql --user=root --password=$(shell pass show sevenkeys/mysql) <database/sql/removedb.sql
connect:
mysql --user=root --password=$(shell pass show sevenkeys/mysql)