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)