mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 05:57:29 +02:00
Move xjson / xyaml to utils instead of prjxray.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
This commit is contained in:
@@ -10,7 +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
|
||||
python -m utils.xyaml ${XRAY_PART}.yaml > ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.json
|
||||
|
||||
run:
|
||||
$(MAKE) clean
|
||||
|
||||
Reference in New Issue
Block a user