cic-schema/Makefile

9 lines
123 B
Makefile
Raw Normal View History

2023-03-05 11:13:02 +01:00
all: build
build:
2023-03-05 10:59:41 +01:00
python bundle.py > cic.json
2023-03-05 11:13:02 +01:00
test: build
2023-03-05 20:29:08 +01:00
check-jsonschema --schemafile dist/cic.json test_valid.json