diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2021-03-11 14:22:13 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2021-03-11 14:22:13 -0600 |
commit | 65b51c09edacb77f45c55c5488a90ec95346c414 (patch) | |
tree | 11071156e9302419f0fba08903993c18b980b63a /Makefile | |
parent | fb507bdaa76f0ca15fc22a876f2b2947d1359e2f (diff) | |
download | lora-query-65b51c09edacb77f45c55c5488a90ec95346c414.tar.gz lora-query-65b51c09edacb77f45c55c5488a90ec95346c414.tar.bz2 lora-query-65b51c09edacb77f45c55c5488a90ec95346c414.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ libdir ?= /usr/lib CFLAGS += -Werror -LIBS := -lmts -ljsoncpp -lpthread +LIBS := -lmts -lpthread OBJS += \ Version.o \ |