TheMathemagicians/sevenkeys/Makefile

5 lines
83 B
Makefile

dbup:
go run cmd/database/main.go
importdata: dbup
go run cmd/importdata/main.go