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