Files
dragonpilot/Makefile

10 lines
147 B
Makefile
Raw Normal View History

2017-01-29 09:20:32 -08:00
2017-10-31 02:27:39 -07:00
code_dir := $(shell pwd)
# TODO: Add a global build system
.PHONY: all
2017-01-29 09:20:32 -08:00
all:
2017-10-31 02:27:39 -07:00
cd selfdrive && PYTHONPATH=$(code_dir) PREPAREONLY=1 ./manager.py
2017-01-29 09:20:32 -08:00