nopenpilot/Makefile

10 lines
147 B
Makefile
Raw Normal View History

2020-01-17 11:22:00 -07:00
code_dir := $(shell pwd)
# TODO: Add a global build system
.PHONY: all
all:
cd selfdrive && PYTHONPATH=$(code_dir) PREPAREONLY=1 ./manager.py