TheMathemagicians/sevenkeys/Makefile

5 lines
83 B
Makefile
Raw Normal View History

2024-04-14 20:28:35 +00:00
dbup:
go run cmd/database/main.go
importdata: dbup
go run cmd/importdata/main.go