diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-12-23 18:02:26 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-12-23 18:02:26 +0000 |
commit | 704f47c888ad33e2064a0bd1ec740a6a1823411d (patch) | |
tree | 63e1a517813ce1c96d14d8283d84ea8f0eeb0316 /test/Makefile.bsd | |
parent | 509c6f05b2ae770b9bee253621fad7be442fac1e (diff) | |
download | radiola-704f47c888ad33e2064a0bd1ec740a6a1823411d.tar.gz radiola-704f47c888ad33e2064a0bd1ec740a6a1823411d.zip |
Removed some constanst that appears in c11
Diffstat (limited to 'test/Makefile.bsd')
-rw-r--r-- | test/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |