mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 20:02:11 +08:00
81ebf6b142
old-commit-hash: 187a70f760b4b1cd463619a161e6a929fc86e1b4
10 lines
147 B
Makefile
10 lines
147 B
Makefile
|
|
code_dir := $(shell pwd)
|
|
|
|
# TODO: Add a global build system
|
|
|
|
.PHONY: all
|
|
all:
|
|
cd selfdrive && PYTHONPATH=$(code_dir) PREPAREONLY=1 ./manager.py
|
|
|