mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-27 12:22:05 +08:00
7609fa3b51
old-commit-hash: ecc565aa3fdc4c7e719aadc000e1fdc4d80d4fe0
7 lines
177 B
Makefile
7 lines
177 B
Makefile
.PHONY: all
|
|
|
|
# TODO: Add a global build system to openpilot
|
|
all:
|
|
cd /data/openpilot/selfdrive && PYTHONPATH=/data/openpilot PREPAREONLY=1 /data/openpilot/selfdrive/manager.py
|
|
|