roboticlab1/makefile

13 lines
407 B
Makefile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

all:dynamixel main
g++ DynamixelHandler.o main.o L/usr/local/lib ldxl_x64_cpp -lrt
dynamixel: /home/vattana/Software/toolkit-dynamixel/src/DynamixelHandler.cpp
g++ -c -I/home/vattana/Software/toolkit-dynamixel/include /home/vattana/Software/toolkit-dynamixel/src/DynamixelHandler.cpp
main: main.cpp
g++ -c -I/home/vattana/Software/toolkit-dynamixel/include main.cpp
clean:
rm *.o
rm a.out