6 lines
79 B
Makefile
6 lines
79 B
Makefile
|
|
imuread: imuread.c
|
|
gcc -O2 -Wall -o imuread imuread.c
|
|
|
|
clean:
|
|
rm -f imuread
|