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