Newer
Older
Import / applications / MakePDF / Serializing / Makefile
@John John on 29 Dec 2020 136 bytes bulk import from macbookpro checkouts


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