MotionCal/Makefile
2016-02-13 19:58:30 -08:00

6 lines
97 B
Makefile

imuread: imuread.c
gcc -O2 -Wall -o imuread imuread.c -lglut -lGLU -lGL
clean:
rm -f imuread