# # sample Makefile for programs using POSIX threads library # # B. Massingill, 03/28/2002 # # usage examples: # "make hello" to compile "hello.cpp" to "hello" # CXXFLAGS = -Wall -pedantic -O -pthread