aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-28 18:55:41 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-28 18:55:41 +0530
commitcb6f30fed43394e0ecbb1cc01dc7b0c40507dd9c (patch)
tree6a94d5a91e3e62876f59ccbf810d74a6552da0a7 /Makefile
parent9cbadc12be7dcc71cbadcf2fe79d873987eaa569 (diff)
downloadnnn-cb6f30fed43394e0ecbb1cc01dc7b0c40507dd9c.tar.gz
Remove redundant lib only for older GLIBC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6043572..44849a6 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ endif
ifeq ($(O_DEBUG),1)
CPPFLAGS += -DDBGMODE
CFLAGS += -g
- LDLIBS += -lrt
endif
ifeq ($(O_NORL),1)