From 64ee55d5069534f3951bf5a194014ebfb79a4e81 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 14 Oct 2015 21:50:24 +0100 Subject: Small fixes --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile') 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) -- cgit v1.2.3