From c2c267b5c9121d54d0a4358ecff88babd3b05d13 Mon Sep 17 00:00:00 2001 From: Derecho Date: Tue, 27 Oct 2015 11:47:16 +0100 Subject: Compile test programs with C11 support (Using the less strict GNU standard) --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 05714ae..c447b55 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I../ +CFLAGS=-std=gnu11 -I../ #LDFLAGS= `pkg-config --libs libusb` -L../../../r820t -lr820t -Wl,-rpath=../../../r820t LDFLAGS=`pkg-config --libs libusb` `sdl2-config --cflags --libs` -lrtlsdr -lm ../radiola.o -lasound SOURCE = $(wildcard *.c) -- cgit v1.2.3