From 4c86d59be19a5cb64e1eb98504ab5a844a042977 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 10 Apr 2012 16:58:32 +0000 Subject: Tweaked the version.h file and the makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e23f21..486ca4d 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,9 @@ tests/deflate: tests/lzma: g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -llzma +tests/threadid: + g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -lpthread + libbu++.a: ${HEADERS} ${OBJECTS} ar -r libbu++.a ${OBJECTS} -- cgit v1.2.3