summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-10-14 21:50:24 +0100
committerFreeArtMan <dos21h@gmail.com>2015-10-14 21:50:24 +0100
commit64ee55d5069534f3951bf5a194014ebfb79a4e81 (patch)
tree39be9002863c2d22d6b18f70f351d2a7408704a3 /test/Makefile
parent79ffedda826191f06aa837e9767cf7114a13282c (diff)
downloadradiola-64ee55d5069534f3951bf5a194014ebfb79a4e81.tar.gz
radiola-64ee55d5069534f3951bf5a194014ebfb79a4e81.zip
Small fixes
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index a8160e8..05714ae 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-I../
+CFLAGS=-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)
@@ -16,4 +16,4 @@ BIN = $(SOURCE:.c=)
make: $(BIN)
clean:
- rm -f $(BIN) \ No newline at end of file
+ rm -f $(BIN)