mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-10-26 22:51:03 +01:00
rework towards a library interface
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
LDFLAGS=`pkg-config --libs libusb-1.0`
|
||||
CFLAGS=-Wall -O2 `pkg-config --cflags libusb-1.0`
|
||||
CFLAGS=-Wall -g -O0 `pkg-config --cflags libusb-1.0`
|
||||
|
||||
all: rtl-sdr
|
||||
|
||||
rtl-sdr: main.o tuner_e4000.o tuner_fc0013.c
|
||||
rtl-sdr: main.o rtl-sdr.o tuner_e4000.o tuner_fc0013.c
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user