db:
	python3 ./build_json.py > src/pkg.json

run: db
	godot --path src/ -- ${PWD}/src/pkg.json
