Generate the part JSON file at same time as yaml file.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2018-12-13 14:36:18 -08:00
parent db7e2d7dd3
commit 178002d348
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ $(SPECIMENS): Makefile.specimen
pushdb:
cp ${XRAY_PART}.yaml ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)
python -m prjxray.xyaml ${XRAY_PART}.yaml > ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.json
run:
$(MAKE) clean