diff options
| author | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-03-27 19:49:44 +0200 |
|---|---|---|
| committer | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-03-27 19:49:44 +0200 |
| commit | d8da91cbc292901c499eea11db25eb8c602f5837 (patch) | |
| tree | 6e6d79ae7817828013cd598186e8a98321f4d9ce /src/Makefile | |
| parent | 40669a5a0af1f7d1ea3f07a3252e4ec995af3e02 (diff) | |
rework towards a library interface
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 4f66cf6..09070df 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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: |
