citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 6a1e6c3d83151cd86a4f9c1cdcc3b14351749f7a
parent 54a7dd850eb0f5044c333fa3173d1ee6ad28c300
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 19 Mar 2016 13:44:51 -0600

lib: remove bad comment

Diffstat:
Mlib/Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/Makefile b/lib/Makefile @@ -10,7 +10,6 @@ CFLAGS += -pthread LDFLAGS += -Wl,-U,_node0 LDADD += -pthread -# OS X bsdmake squabbles over this NO_PROFILE = 1 NOPROFILE = 1 .include <bsd.lib.mk>