diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-14 21:50:24 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-14 21:50:24 +0100 |
commit | 64ee55d5069534f3951bf5a194014ebfb79a4e81 (patch) | |
tree | 39be9002863c2d22d6b18f70f351d2a7408704a3 /test/Makefile | |
parent | 79ffedda826191f06aa837e9767cf7114a13282c (diff) | |
download | radiola-64ee55d5069534f3951bf5a194014ebfb79a4e81.tar.gz radiola-64ee55d5069534f3951bf5a194014ebfb79a4e81.zip |
Small fixes
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
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) |