

test: test.cpp StackTrace.cpp
	g++ -g test.cpp StackTrace.cpp -o test -std=c++11 -rdynamic


