MotionCal/Makefile

6 lines
97 B
Makefile
Raw Normal View History

2016-02-13 16:06:36 -08:00
imuread: imuread.c
2016-02-13 19:58:30 -08:00
gcc -O2 -Wall -o imuread imuread.c -lglut -lGLU -lGL
2016-02-13 16:06:36 -08:00
clean:
rm -f imuread