mirror of https://github.com/openXC7/prjxray.git
python => python3
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
parent
1ed532d46d
commit
d3a01f5895
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ checkdb:
|
||||||
echo ; \
|
echo ; \
|
||||||
echo "Checking $$DB"; \
|
echo "Checking $$DB"; \
|
||||||
echo "============================"; \
|
echo "============================"; \
|
||||||
$(IN_ENV) python utils/checkdb.py --db-root $$DB; \
|
$(IN_ENV) python3 utils/checkdb.py --db-root $$DB; \
|
||||||
fi; done
|
fi; done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue