From 33399b165effbdf1fb1ac51988136f2bdffaff2a Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Tue, 16 Jul 2024 21:02:22 +0200 Subject: [PATCH] better comments for LDFLAGS --- makefile.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.d b/makefile.d index c66e778..d448bb9 100644 --- a/makefile.d +++ b/makefile.d @@ -21,7 +21,7 @@ CXXFLAGS += -Wall -pedantic -I./ PREFIX = /usr/local # Required libraries if any: -# LDFLAGS += -lcheck -lcutils-check +# LDFLAGS += -lcutils-check -lcheck -lrt -lm -lpthread -lsubunit # Required *locally compiled* libraries if any: # LIBS = cutils -- 2.27.0