7 lines
102 B
Makefile
7 lines
102 B
Makefile
all:
|
|
python bundle.py > cic.json
|
|
|
|
|
|
test: all
|
|
check-jsonschema --schemafile cic.json test_valid.json
|