

all:
	g++ -g -lpthread -o test main.cpp ../log4z.cpp 
clean:	
	rm -f test *.o


