mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 06:52:07 +08:00
24e096d9f0
git-subtree-dir: cereal git-subtree-split: 9f2076eefd6f71c9b640d26d29ed33a6bbcbf4ca
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
|
|
|