TheMathemagicians/sevenkeys/Makefile

8 lines
241 B
Makefile

removedb:
mysql --user=root --password=$(shell pass show sevenkeys/mysql) <sql/removedb.sql
createdb:
mysql --user=root --password=$(shell pass show sevenkeys/mysql) <sql/createdb.sql
importcards: createdb
go run cmd/importcards/main.go