6 lines
90 B
Makefile
6 lines
90 B
Makefile
CC=gcc -O2 -Wall
|
|
|
|
limeplayer: limeplayer.c
|
|
$(CC) -o limeplayer limeplayer.c -lLimeSuite
|
|
|