
threadTest:	threadex.h threadTest.C
	g++ -Wall -o threadTest threadTest.C -pthread

clean:
	rm -f core a.out threadTest

print:
	lpr -P csci-lq -o prettyprint threadex.h threadTest.C

