diff options
author | FreeArtMan <=> | 2015-09-26 14:32:36 +0100 |
---|---|---|
committer | FreeArtMan <=> | 2015-09-26 14:32:36 +0100 |
commit | b32da0908a2768d03fe57c8b43435971d9685fec (patch) | |
tree | f8b314e3ad98b89be2f1e4cd40496fb26a56efb8 /test/Makefile | |
parent | 6b85a7d453414d31432e63045581b2602d4abf45 (diff) | |
download | radiola-b32da0908a2768d03fe57c8b43435971d9685fec.tar.gz radiola-b32da0908a2768d03fe57c8b43435971d9685fec.zip |
Added test terminal waterafall
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 7fb106d..348fd86 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-I../ #LDFLAGS= `pkg-config --libs libusb` -L../../../r820t -lr820t -Wl,-rpath=../../../r820t -LDFLAGS=`pkg-config --libs libusb` -lrtlsdr ../radiola.o +LDFLAGS=`pkg-config --libs libusb` -lrtlsdr -lm ../radiola.o SOURCE = $(wildcard *.c) OBJECTS = BIN = $(SOURCE:.c=) |