MotionCal/Makefile

6 lines
79 B
Makefile
Raw Normal View History

2016-02-13 16:06:36 -08:00
imuread: imuread.c
gcc -O2 -Wall -o imuread imuread.c
clean:
rm -f imuread