Newer
Older
Import / applications / MakePDF / Serializing / Makefile
@John Ryland John Ryland on 22 Dec 2020 136 bytes import NUC files


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