aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e23f21..486ca4d 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,9 @@ tests/deflate:
84tests/lzma: 84tests/lzma:
85 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -llzma 85 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -llzma
86 86
87tests/threadid:
88 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -lpthread
89
87libbu++.a: ${HEADERS} ${OBJECTS} 90libbu++.a: ${HEADERS} ${OBJECTS}
88 ar -r libbu++.a ${OBJECTS} 91 ar -r libbu++.a ${OBJECTS}
89 92