mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 03:42:05 +08:00
06c6ee312b
old-commit-hash: 012535a84e6b3bd486e1a1007978302f57b52a27
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
|
|
|