cic-schema/Makefile
2023-03-05 10:13:02 +00:00

9 lines
118 B
Makefile

all: build
build:
python bundle.py > cic.json
test: build
check-jsonschema --schemafile cic.json test_valid.json