aboutsummaryrefslogtreecommitdiffstats
path: root/src/make.mk
diff options
context:
space:
mode:
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)