From: Niki Roo Date: Tue, 16 Jul 2024 19:02:22 +0000 (+0200) Subject: better comments for LDFLAGS X-Git-Url: https://git.nikiroo.be/?a=commitdiff_plain;h=33399b165effbdf1fb1ac51988136f2bdffaff2a;p=template.git better comments for LDFLAGS --- 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