mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
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
|
|
|