commit 684b6fe8f25b86d8a8e7d208b639385c6fa5639b parent d412dad4709299674f5d0b137ccbb95a031815f2 Author: sin <sin@2f30.org> Date: Mon, 20 Apr 2015 11:43:59 +0100 Enable -lrt by default Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -13,4 +13,4 @@ RANLIB = ranlib # For NetBSD add -D_NETBSD_SOURCE CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -std=c99 -Wall -pedantic -LDFLAGS = -s # -lrt +LDFLAGS = -s -lrt