Create unified "importer" command

This commit is contained in:
The Magician 2024-05-24 18:27:50 +01:00
parent 6a7f4171fb
commit 974893605d
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
createdb:
mysql --user=root --password=$(shell pass show sevenkeys/mysql) <sql/createdb.sql
import: createdb
go run main.go
go run cmd/importer/main.go
clean:
mysql --user=root --password=$(shell pass show sevenkeys/mysql) <sql/removedb.sql