mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
6 lines
86 B
Makefile
6 lines
86 B
Makefile
ifdef ROS_ROOT
|
|
include $(shell rospack find mk)/cmake.mk
|
|
else
|
|
include serial.mk
|
|
endif
|