7 lines
197 B
Makefile
7 lines
197 B
Makefile
|
|
||
|
CONTROLLERS_MATH_SRC =
|
||
|
|
||
|
CONTROLLERS_MATH_SRC_CPP = $(PROJECT_DIR)/controllers/math/engine_math.cpp \
|
||
|
$(PROJECT_DIR)/controllers/math/pid.cpp \
|
||
|
$(PROJECT_DIR)/controllers/math/speed_density.cpp
|