all: data

data:
	curl -o ./src/cards.collectible.json -L https://api.hearthstonejson.com/v1/latest/all/cards.collectible.json

.PHONY: data