From 704f47c888ad33e2064a0bd1ec740a6a1823411d Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 23 Dec 2015 18:02:26 +0000 Subject: Removed some constanst that appears in c11 --- test/Makefile.bsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.bsd') diff --git a/test/Makefile.bsd b/test/Makefile.bsd index 0befdba..00fbd47 100644 --- a/test/Makefile.bsd +++ b/test/Makefile.bsd @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-std=gnu11 -I../ +CFLAGS=-I../ #LDFLAGS= `pkg-config --libs libusb` -L../../../r820t -lr820t -Wl,-rpath=../../../r820t LDFLAGS=`pkg-config --libs libusb` -lrtlsdr -lm ../radiola.o SOURCE = get_device_list.c read_samples.c sdr_fm.c ui_tui_waterfall.c -- cgit v1.2.3