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