summaryrefslogtreecommitdiff
path: root/src/make.mk
diff options
context:
space:
mode:
authordinashi <dos21h@gmail.com>2023-01-06 20:55:52 +0000
committerdinashi <dos21h@gmail.com>2023-01-06 20:55:52 +0000
commit18e567bd588d9976deefbd0191d495c57a0acd60 (patch)
treef98b1be9d26e46db30bc390d2a0939fcf9e206fe /src/make.mk
parent37b99c704d77c60fa808fd393d17045d1d6cf32e (diff)
downloadr820t-master.tar.gz
r820t-master.zip
Removed support for old tunersHEADmaster
Diffstat (limited to 'src/make.mk')
-rw-r--r--src/make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.mk b/src/make.mk
index 33d9033..938f3d7 100644
--- a/src/make.mk
+++ b/src/make.mk
@@ -1,7 +1,7 @@
DIR_SRC=src
SRC_LIB += $(wildcard $(DIR_SRC)/*.c)
OBJ_LIB += $(SRC_LIB:.c=.o)
-LDFLAGS_LIB=`pkg-config --libs libusb` -lc
+LDFLAGS_LIB=`pkg-config --libs libusb` -lc
$(DIR_SRC)-lib-o: $(OBJ_LIB)