MotionCal/Makefile
PaulStoffregen ff1d54ba0a Initial commit
2016-02-13 16:06:36 -08:00

6 lines
79 B
Makefile

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