From 3b004ee4c782db0a554adb2d52ab0badc211cfde Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 28 Jun 2022 15:37:19 -0400 Subject: [PATCH] add note to non-functioning boost example --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c1f3c5..8790dcb 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ libsam3-tests: ${TEST_OBJS} ${LIB} clean: rm -f libsam3-tests ${LIB} ${OBJS} examples/sam3/samtest +# TODO: this does not work yet because I don't know how to do it. boost: gcc -Werror -Wall -Wextra -Wno-unused-parameter -std=c++11 -g -lboost_system -lboost_thread -lpthread examples/boost/boost.cpp -o boost