mirror of https://github.com/openXC7/prjxray.git
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:
parent
db7e2d7dd3
commit
178002d348
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue