gps-sdr-sim/player/Makefile
Arnaud ZANETTI 724fd8cbc7 Fix another initialized variable ; the reason why -Wall didn't catch it
was the -g flag ; with -O2 flag initialized variables raise warnings.
2017-10-31 14:01:53 +01:00

6 lines
90 B
Makefile

CC=gcc -O2 -Wall
limeplayer: limeplayer.c
$(CC) -o limeplayer limeplayer.c -lLimeSuite