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

7 lines
102 B
Makefile

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