cic-schema/Makefile

7 lines
102 B
Makefile
Raw Normal View History

2023-03-05 10:59:41 +01:00
all:
python bundle.py > cic.json
test: all
check-jsonschema --schemafile cic.json test_valid.json