Newer
Older
WickedDocs / Serializing / Makefile
@John Ryland John Ryland on 15 Dec 2015 136 bytes -


test: test.cpp ../Framework/StackTrace.cpp JSONVisitor.h
	g++ -Os test.cpp ../Framework/StackTrace.cpp -o test -std=c++11 -rdynamic