all: build

build:
	python bundle.py > cic.json


test: build
	check-jsonschema --schemafile cic.json test_valid.json