cic-schema/Makefile
2023-03-05 19:30:40 +00:00

9 lines
123 B
Makefile

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