10 lines
186 B
Makefile
10 lines
186 B
Makefile
all: build
|
|
|
|
build:
|
|
python bundle.py > cic.json
|
|
|
|
|
|
test: build
|
|
check-jsonschema --schemafile out/cic.json test_valid.json
|
|
check-jsonschema --schemafile out/voucher.json test_valid.json
|