6 lines
97 B
Makefile
6 lines
97 B
Makefile
|
|
imuread: imuread.c
|
|
gcc -O2 -Wall -o imuread imuread.c -lglut -lGLU -lGL
|
|
|
|
clean:
|
|
rm -f imuread
|