mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
13 lines
329 B
Makefile
13 lines
329 B
Makefile
# ash_gti's dumb downed makefile so I can more easily test stuff
|
|
# CXX=clang++
|
|
# CXXFLAGS=-g -I./include
|
|
#
|
|
# test: tests/serial_tests.o src/serial.o src/impl/unix.o
|
|
# $(CXX) -o test tests/serial_tests.o src/serial.o src/impl/unix.o
|
|
#
|
|
ifdef ROS_ROOT
|
|
include $(shell rospack find mk)/cmake.mk
|
|
else
|
|
include serial.makefile
|
|
endif
|